1 parent 838ed5f commit 302542aCopy full SHA for 302542a
1 file changed
.github/workflows/main.yml
@@ -10,14 +10,12 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout main
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
15
- name: Deploy docs
16
uses: mhausenblas/mkdocs-deploy-gh-pages@master
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
CONFIG_FILE: mkdocs.yml
21
EXTRA_PACKAGES: build-base
22
- # GITHUB_DOMAIN: github.myenterprise.com
23
REQUIREMENTS: folder/requirements.txt
0 commit comments