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.
2 parents f1c7269 + 308ed2b commit 7371553Copy full SHA for 7371553
.github/workflows/docs.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build-deploy:
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v1
13
@@ -35,4 +35,4 @@ jobs:
35
env:
36
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
37
PUBLISH_BRANCH: gh-pages
38
- PUBLISH_DIR: ./site
+ PUBLISH_DIR: ./site
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
if: "success() && startsWith(github.ref, 'refs/tags/')"
14
15
- uses: actions/cache@v1
0 commit comments