Skip to content

Commit 8118b4e

Browse files
committed
ci(docs): configure GitHub Pages workflow deployment
1 parent 6ca586b commit 8118b4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727

28+
- name: Setup Pages
29+
uses: actions/configure-pages@v5
30+
2831
- name: Set up Python
2932
uses: actions/setup-python@v5
3033
with:

0 commit comments

Comments
 (0)