Skip to content

Commit 302542a

Browse files
committed
Update main.yml
1 parent 838ed5f commit 302542a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout main
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Deploy docs
1616
uses: mhausenblas/mkdocs-deploy-gh-pages@master
17-
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
1817
env:
1918
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2019
CONFIG_FILE: mkdocs.yml
2120
EXTRA_PACKAGES: build-base
22-
# GITHUB_DOMAIN: github.myenterprise.com
2321
REQUIREMENTS: folder/requirements.txt

0 commit comments

Comments
 (0)