Skip to content

Commit 8946625

Browse files
🧑🏻‍🔧⚡ Update Doc Publishing Action (HarryMWinters#7)
1 parent 3289965 commit 8946625

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/publish_docs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ jobs:
1212
steps:
1313
- name: Check out
1414
uses: actions/checkout@v1
15-
15+
- name: Set up Python
16+
uses: actions/setup-python@v1
17+
with:
18+
python-version: 3.8
1619
- name: Install Task
1720
uses: Arduino/actions/setup-taskfile@master
1821
with:
1922
version: 3.x
20-
21-
- name: Generate your awesome content
23+
- name: Build Sphinx Docs
2224
run: task build_docs
23-
2425
- name: Publish generated content to GitHub Pages
2526
uses: tsunematsu21/[email protected]
2627
with:

0 commit comments

Comments
 (0)