Skip to content

Commit

Permalink
ci: update website upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 16, 2025
1 parent f0c1989 commit e8d010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cp -rf .vitepress/dist/logos .vitepress/dist/trame/logos
cp -rf .vitepress/dist/assets .vitepress/dist/trame/assets
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: docs/vitepress/.vitepress/dist

Expand Down

0 comments on commit e8d010e

Please sign in to comment.