Skip to content

Commit 96cfd44

Browse files
authored
Merge pull request #5 from linuxfoundation/bug/deployment-fix
disabled github pages and remove scope
2 parents cb6dd55 + dd275d0 commit 96cfd44

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/deploy-github-pages.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
# Workflow name
44
name: Build and Publish Storybook to GitHub Pages
55

6-
on:
7-
# temp only so we can skip this build
8-
# push:
9-
# tags:
10-
# - v*
11-
push:
12-
branches:
13-
- main
6+
# on:
7+
# temp only so we can skip this build
8+
# push:
9+
# tags:
10+
# - v*
11+
# push:
12+
# branches:
13+
# - main
1414

1515
permissions:
1616
contents: read

.github/workflows/publish-package.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
with:
2323
node-version: "20.x"
2424
registry-url: "https://npm.pkg.github.com"
25-
# Defaults to the user or organization that owns the workflow file
26-
scope: "@emlimlf"
2725
- run: yarn install
2826
- run: yarn run build
2927
- run: cd dist/lfx-component-lib/ && npm pack

0 commit comments

Comments
 (0)