Skip to content

Commit

Permalink
rename gh pages artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Oct 12, 2024
1 parent e299e56 commit d14d752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: apps/examples/dist
name: gh-pages-examples
- name: Upload artifact (docs)
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
name: gh-pages-docs
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit d14d752

Please sign in to comment.