We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8518cf7 commit 764ba52Copy full SHA for 764ba52
1 file changed
.github/workflows/deploy-docs.yml
@@ -59,14 +59,14 @@ jobs:
59
path: docs/.vitepress/dist
60
61
# Deployment job
62
- # deploy:
63
- # environment:
64
- # name: github-pages
65
- # url: ${{ steps.deployment.outputs.page_url }}
66
- # needs: build
67
- # runs-on: ubuntu-latest
68
- # name: Deploy
69
- # steps:
70
- # - name: Deploy to GitHub Pages
71
- # id: deployment
72
- # uses: actions/deploy-pages@v4
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ needs: build
+ runs-on: ubuntu-latest
+ name: Deploy
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v4
0 commit comments