Skip to content

Commit

Permalink
Merge pull request #136 from US-CBP/feature/minor-updates-20210329
Browse files Browse the repository at this point in the history
Update GH actions for clarity
  • Loading branch information
dgibson666 authored Apr 12, 2024
2 parents 99c0d56 + da795ac commit 2d60802
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-all-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Workflow name
name: Build and Publish Storybook to GitHub Pages
name: Build and Publish all Packages to GitHub Pages
run-name: ${{ github.actor }} is deploying the CBP Design System documentation packages to Github Pages

# Event for the workflow to run on
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Workflow name
name: Build and Publish Storybook to GitHub Pages
run-name: ${{ github.actor }} is deploying the CBP Design System documentation packages to Github Pages
run-name: ${{ github.actor }} is deploying the CBP-DS Web Component documentation to Github Pages

# Event for the workflow to run on
on:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"stencil-generate": "npm run generate -w packages/web-components",
"test": "echo \"Error: no test specified\" && exit 1",
"build-pages": "npm run vanilla-build && npm run build-pages -w packages/vanilla && npm run stencil-build && npm run build-pages -w packages/web-components",
"build-wc-package": "npm run stencil-build && npm run build-pages -w packages/web-components",
"build-wc-package": "npm run stencil-build && npm run build-pages -w packages/web-components",
"build-pages-old": "npm run vanilla-build && npm run build-pages -w packages/vanilla && npm run build-pages -w packages/ux-guidelines",
"build-all": "npm run vanilla-build && npm run stencil-build && npm run react-build"
},
Expand Down

0 comments on commit 2d60802

Please sign in to comment.