Skip to content

Commit 20ed49b

Browse files
committed
Put develop branch back and enable deployment
1 parent 94cb8bd commit 20ed49b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/docs.yml

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

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

88
permissions:
@@ -98,18 +98,18 @@ jobs:
9898
- name: Build docs
9999
run: mdbook build
100100

101-
# - name: Upload artifact
102-
# uses: actions/upload-pages-artifact@v3
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
101+
- name: Upload artifact
102+
uses: actions/upload-pages-artifact@v3
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

0 commit comments

Comments
 (0)