Skip to content

Commit cdb6523

Browse files
committed
Revert "wip: fake run"
This reverts commit 83186c0.
1 parent 83186c0 commit cdb6523

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/docs.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy documentation
22

33
on:
44
push:
5-
branches: [florianduros/ci/mdbooks]
5+
branches: [develop]
66
workflow_dispatch: {}
77

88
permissions:
@@ -103,13 +103,13 @@ jobs:
103103
with:
104104
path: ./book
105105

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
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

0 commit comments

Comments
 (0)