Skip to content

Commit

Permalink
chore(ci): bump GitHub pages actions to the latest version (#2187)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino authored Jan 2, 2025
1 parent e69ef92 commit de727d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5

- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
find _site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: website/_site

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

0 comments on commit de727d9

Please sign in to comment.