Skip to content

Commit dd80e00

Browse files
committed
Fixed paths
1 parent 5fa6757 commit dd80e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.AUTO_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: folder/requirements.txt

0 commit comments

Comments
 (0)