From dd275d0d68f0bdc71d089e562728dce0a9b5c76e Mon Sep 17 00:00:00 2001 From: Efren Lim Date: Wed, 30 Oct 2024 13:23:41 +0800 Subject: [PATCH] disabled github pages and remove scope Signed-off-by: Efren Lim --- .github/workflows/deploy-github-pages.yml | 16 ++++++++-------- .github/workflows/publish-package.yml | 2 -- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 1a35455..7b7aba1 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -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 diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 72a8d9b..b0abd82 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -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