10000 Notes from Hugo · python/python-docs-theme@b08ad16 · GitHub
[go: up one dir, main page]

Skip to content

Commit b08ad16

Browse files
committed
Notes from Hugo
1 parent 57affc0 commit b08ad16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Clone docsbuild scripts
1818
run: |
1919
git clone https://github.com/python/docsbuild-scripts/
20-
- name: Setup requirements
20+
- name: Set up requirements
2121
run: |
2222
python -m pip install --upgrade pip
2323
python -m pip install -r docsbuild-scripts/requirements.txt
@@ -34,7 +34,7 @@ jobs:
3434
--language en
3535
--branch 3.11
3636
- name: Upload
37-
uses: actions/upload-artifact@v2.2.2
37+
uses: actions/upload-artifact@v3
3838
with:
3939
name: doc-html
4040
path: www/

0 commit comments

Comments
 (0)
0