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 83186c0 commit cdb6523Copy full SHA for cdb6523
.github/workflows/docs.yml
@@ -2,7 +2,7 @@ name: Deploy documentation
2
3
on:
4
push:
5
- branches: [florianduros/ci/mdbooks]
+ branches: [develop]
6
workflow_dispatch: {}
7
8
permissions:
@@ -103,13 +103,13 @@ jobs:
103
with:
104
path: ./book
105
106
-# deploy:
107
-# environment:
108
-# name: github-pages
109
-# url: ${{ steps.deployment.outputs.page_url }}
110
-# runs-on: ubuntu-latest
111
-# needs: build
112
-# steps:
113
-# - name: Deploy to GitHub Pages
114
-# id: deployment
115
-# uses: actions/deploy-pages@v4
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v4
0 commit comments