Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
S3L3CT3DLoves authored Feb 1, 2024
1 parent b742f03 commit 4f30898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: |
cd main
./build_site.sh ../_site/stable
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3

deploy:
environment:
Expand All @@ -38,5 +38,5 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.3
uses: actions/deploy-pages@v4

0 comments on commit 4f30898

Please sign in to comment.