Skip to content

Commit

Permalink
Update upload/deploy scripts for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 16, 2025
1 parent 4bb4d45 commit d543089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

# upload artifact
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

deploy_website:
needs: build_website
Expand All @@ -105,4 +105,4 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit d543089

Please sign in to comment.