Skip to content

Commit 08597a2

Browse files
committed
Yet another publish fix
1 parent c4c53c6 commit 08597a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python -m pip install --upgrade pip build
3636
python -m pip install -r requirements/docs.txt
3737
- run: python -m zensical.main build -f zensical.yml --clean
38-
- uses: actions/upload-pages-artifact@v4
38+
- uses: actions/upload-pages-artifact@v3
3939
with:
4040
path: site
4141
- uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)