Skip to content

Commit

Permalink
pages: Update various actions
Browse files Browse the repository at this point in the history
Hopefully no functional changes out of this.
  • Loading branch information
GeorgesStavracas committed Sep 3, 2024
1 parent 436188f commit f33c9fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python3-sphinx
- name: Check out xdg-desktop-portal
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build docs
run: |
Expand All @@ -73,7 +73,7 @@ jobs:
mv ./html ../../_site/docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

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

0 comments on commit f33c9fb

Please sign in to comment.