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 1cdad2d commit bcd704fCopy full SHA for bcd704f
.github/workflows/release-docs.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- name: Set up Python 3.7
16
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
17
with:
18
python-version: 3.7
19
- name: Install dependencies
@@ -32,4 +32,4 @@ jobs:
32
publish_branch: gh-pages
33
publish_dir: docs/_build/html
34
enable_jekyll: false
35
- force_orphan: false
+ force_orphan: true
.github/workflows/test-package.yml
@@ -14,7 +14,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
20
0 commit comments