Skip to content

Commit

Permalink
Revert pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aceat64 committed Dec 20, 2023
1 parent c739897 commit 88a62b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: poetry run mkdocs build

# Upload the built site as an artifact, this will be used by the deploy job.
- uses: actions/upload-pages-artifact@v3
- uses: actions/upload-pages-artifact@v2
with:
path: "site"

Expand All @@ -75,4 +75,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v3

0 comments on commit 88a62b9

Please sign in to comment.