We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4271745 commit f25e677Copy full SHA for f25e677
.github/workflows/deploy_docs.yml
@@ -53,6 +53,8 @@ jobs:
53
name: github-pages
54
url: ${{ steps.deployment.outputs.page_url }}
55
steps:
56
+ - name: Configure Pages
57
+ uses: actions/configure-pages@v4
58
- name: Deploy to GitHub Pages
59
id: deployment
60
uses: actions/deploy-pages@v4
0 commit comments