Fix mkdocs path in workflow

This commit is contained in:
Mustafa Gezen 2023-03-02 18:35:07 +01:00
parent d102a3a058
commit 1601c21ac0
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@ jobs:
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: web/mkdocs.yaml
CONFIG_FILE: web/mkdocs.yml
REQUIREMENTS: web/requirements.txt