Skip to content

Commit

Permalink
Upgrade pages-build-and-deploy actions (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-the1 authored Jun 5, 2024
1 parent cc6ccc3 commit 274ebbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pages-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.9
- name: Install dependencies
Expand All @@ -35,11 +35,11 @@ jobs:
- name: Run tox
run: python -m tox -e doc
- name: Configure Pages
uses: actions/configure-pages@v1.1.0
uses: actions/configure-pages@v5.0.0
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.3
uses: actions/upload-pages-artifact@v3.0.1
with:
path: doc/html
- name: Deploy GitHub Pages site
id: deployment
uses: actions/deploy-pages@v1.0.8
uses: actions/deploy-pages@v4.0.5

0 comments on commit 274ebbc

Please sign in to comment.