Skip to content

Commit 5a155db

Browse files
committed
Merge branch 'Drop-Python-3.7-support' of https://github.com/Avasam/pywin32 into Drop-Python-3.7-support
2 parents e0b1177 + b1d61fa commit 5a155db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docs
33
on:
44
create:
55
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
77
- b[0-9][0-9][0-9]
88
- publish-docs*
99
push:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: "3.9"
23+
python-version: '3.9'
2424

2525
- name: Install latest release
2626
run: pip install --user --upgrade pywin32
@@ -34,7 +34,7 @@ jobs:
3434
- name: Rename root HTML file
3535
run: mv site\PyWin32.HTML site\index.html
3636

37-
# Compress first to avoid slowly uploading thousands of individual files
37+
# Compress first to avoid slowly uploading thousands of individual files
3838
- name: Create archive
3939
run: python -m zipfile -c site.zip site
4040

@@ -64,8 +64,8 @@ jobs:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}
6565
publish_dir: site
6666
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
6969
enable_jekyll: false
70-
# Only deploy if there were changes
70+
# Only deploy if there were changes
7171
allow_empty_commit: false

0 commit comments

Comments
 (0)