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 4255e32 commit 9e143e9Copy full SHA for 9e143e9
.github/workflows/mkdocs.yaml
@@ -13,12 +13,12 @@ jobs:
13
uses: actions/checkout@v2
14
15
- name: Deploy docs
16
- uses: quinlan-lab/proj-mutator-mapping@master
+ uses: quinlan-lab/proj-mutator-mapping@main
17
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
#CUSTOM_DOMAIN: optionaldomain.com
21
- CONFIG_FILE: folder/mkdocs.yml
+ CONFIG_FILE: mkdocs.yml
22
#EXTRA_PACKAGES: build-base
23
# GITHUB_DOMAIN: github.myenterprise.com
24
- REQUIREMENTS: folder/requirements.txt
+ REQUIREMENTS: requirements.txt
0 commit comments