Skip to content

Commit b61a1dc

Browse files
committed
CI, DOC: Test deployment on github pages
1 parent df8f5bd commit b61a1dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ jobs:
3535
uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: docs/build/html
38+
39+
deploy:
40+
runs-on: ubuntu-latest
41+
needs: docs
42+
environment:
43+
name: github-pages
44+
steps:
45+
- uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)