File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: docs
3
3
on :
4
4
create :
5
5
tags :
6
- # https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
6
+ # https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
7
7
- b[0-9][0-9][0-9]
8
8
- publish-docs*
9
9
push :
20
20
- name : Set up Python
21
21
uses : actions/setup-python@v5
22
22
with :
23
- python-version : " 3.9"
23
+ python-version : ' 3.9'
24
24
25
25
- name : Install latest release
26
26
run : pip install --user --upgrade pywin32
34
34
- name : Rename root HTML file
35
35
run : mv site\PyWin32.HTML site\index.html
36
36
37
- # Compress first to avoid slowly uploading thousands of individual files
37
+ # Compress first to avoid slowly uploading thousands of individual files
38
38
- name : Create archive
39
39
run : python -m zipfile -c site.zip site
40
40
64
64
github_token : ${{ secrets.GITHUB_TOKEN }}
65
65
publish_dir : site
66
66
commit_message : ${{ github.event.head_commit.message }}
67
- # Write .nojekyll at the root, see:
68
- # https://help.github.com/en/github/working-with-github-pages/about-github-pages#static-site-generators
67
+ # Write .nojekyll at the root, see:
68
+ # https://help.github.com/en/github/working-with-github-pages/about-github-pages#static-site-generators
69
69
enable_jekyll : false
70
- # Only deploy if there were changes
70
+ # Only deploy if there were changes
71
71
allow_empty_commit : false
You can’t perform that action at this time.
0 commit comments