We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f3dbfa + b7324c3 commit 14a9facCopy full SHA for 14a9fac
1 file changed
.github/workflows/docs.yaml
@@ -56,6 +56,9 @@ jobs:
56
url: ${{ steps.deploy.outputs.page_url }}
57
58
steps:
59
+ - name: Configure GitHub Pages
60
+ id: configure
61
+ uses: actions/configure-pages@v4
62
- name: Deploy Documentation
63
id: deployment
64
uses: actions/deploy-pages@v4
0 commit comments