Skip to content

Commit

Permalink
Website: Update website upload yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lee00678 committed Feb 19, 2025
1 parent 1a185b5 commit c29915d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: mv packages/website/build _site
- run: cp _site/index.html _site/404.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand All @@ -46,4 +46,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit c29915d

Please sign in to comment.