Skip to content

Commit f0753e9

Browse files
authored
Merge pull request #323 from stratosphereips/ondrej-lukas-patch-1
Update deploy-docs.yml
2 parents c409875 + 5455e56 commit f0753e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy MkDocs site to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- main
77

88
jobs:
99
deploy:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.12'
19+
python-version: '3.12'
2020

2121
- name: Install dependencies
2222
run: |
@@ -31,3 +31,4 @@ jobs:
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ./site
34+
publish_branch: gh-pages

0 commit comments

Comments
 (0)