Skip to content

Commit

Permalink
CI: upgrade Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 7, 2023
1 parent f4c7b51 commit 0be1a8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install pandoc
run: |
sudo apt-get install pandoc
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Install RTD requirements
Expand All @@ -29,7 +29,7 @@ jobs:
run: |
python -m sphinx -W --keep-going --color -d _build/doctrees/ . _build/linkcheck/ -b linkcheck
- name: Upload results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ success() || failure() }}
with:
name: linkcheck
Expand Down

0 comments on commit 0be1a8e

Please sign in to comment.