We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cd256 commit bb5a5b7Copy full SHA for bb5a5b7
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
flake8:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
10
11
- name: Setup Python 3.8
12
uses: actions/setup-python@v5
.github/workflows/gh-pages.yml
@@ -7,9 +7,10 @@ on:
jobs:
deploy:
- runs-on: ubuntu-20.04
+ name: Create and publish documentation
+ runs-on: ubuntu-latest
13
14
15
16
0 commit comments