Skip to content

Commit

Permalink
Merge branch 'main' into semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland authored May 23, 2024
2 parents 51e5a85 + 9ff95db commit 08bc9fc
Show file tree
Hide file tree
Showing 5 changed files with 3,303 additions and 2,759 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
echo "VERSION=$(node -pe "require('./package.json').version")" >> $GITHUB_ENV
- name: Deploy (to v${{ env.VERSION }}) 🚀
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages
folder: build/styleguide
target-folder: v${{ env.VERSION }}

- name: Deploy (to latest) 🚀
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages
folder: build/styleguide
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: npm run build-styleguide

- name: Deploy (to main) 🚀
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages
folder: build/styleguide
Expand Down
Loading

0 comments on commit 08bc9fc

Please sign in to comment.