Skip to content

Commit 14a9fac

Browse files
add configure step (#5)
2 parents 7f3dbfa + b7324c3 commit 14a9fac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
url: ${{ steps.deploy.outputs.page_url }}
5757

5858
steps:
59+
- name: Configure GitHub Pages
60+
id: configure
61+
uses: actions/configure-pages@v4
5962
- name: Deploy Documentation
6063
id: deployment
6164
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)