Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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