Skip to content

Commit 9e143e9

Browse files
committed
use main instead of master in mkdocs action yml
1 parent 4255e32 commit 9e143e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mkdocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: Deploy docs
16-
uses: quinlan-lab/proj-mutator-mapping@master
16+
uses: quinlan-lab/proj-mutator-mapping@main
1717
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
#CUSTOM_DOMAIN: optionaldomain.com
21-
CONFIG_FILE: folder/mkdocs.yml
21+
CONFIG_FILE: mkdocs.yml
2222
#EXTRA_PACKAGES: build-base
2323
# GITHUB_DOMAIN: github.myenterprise.com
24-
REQUIREMENTS: folder/requirements.txt
24+
REQUIREMENTS: requirements.txt

0 commit comments

Comments
 (0)