Skip to content

Commit

Permalink
disabled github pages and remove scope
Browse files Browse the repository at this point in the history
Signed-off-by: Efren Lim <elim@linuxfoundation.org>
  • Loading branch information
emlimlf committed Oct 30, 2024
1 parent cb6dd55 commit dd275d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# Workflow name
name: Build and Publish Storybook to GitHub Pages

on:
# temp only so we can skip this build
# push:
# tags:
# - v*
push:
branches:
- main
# on:
# temp only so we can skip this build
# push:
# tags:
# - v*
# push:
# branches:
# - main

permissions:
contents: read
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
with:
node-version: "20.x"
registry-url: "https://npm.pkg.github.com"
# Defaults to the user or organization that owns the workflow file
scope: "@emlimlf"
- run: yarn install
- run: yarn run build
- run: cd dist/lfx-component-lib/ && npm pack
Expand Down

0 comments on commit dd275d0

Please sign in to comment.