We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb6dd55 + dd275d0 commit 96cfd44Copy full SHA for 96cfd44
.github/workflows/deploy-github-pages.yml
@@ -3,14 +3,14 @@
3
# Workflow name
4
name: Build and Publish Storybook to GitHub Pages
5
6
-on:
7
- # temp only so we can skip this build
8
- # push:
9
- # tags:
10
- # - v*
11
- push:
12
- branches:
13
- - main
+# on:
+# temp only so we can skip this build
+# push:
+# tags:
+# - v*
+# branches:
+# - main
14
15
permissions:
16
contents: read
.github/workflows/publish-package.yml
@@ -22,8 +22,6 @@ jobs:
22
with:
23
node-version: "20.x"
24
registry-url: "https://npm.pkg.github.com"
25
- # Defaults to the user or organization that owns the workflow file
26
- scope: "@emlimlf"
27
- run: yarn install
28
- run: yarn run build
29
- run: cd dist/lfx-component-lib/ && npm pack
0 commit comments