Skip to content

Commit 7e95c6a

Browse files
committed
Downgrade mdbook-combiner and generate docs
1 parent c385055 commit 7e95c6a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/docs.yml

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

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

88
permissions:
@@ -60,7 +60,7 @@ jobs:
6060
mdbook-version: "0.4.10"
6161

6262
- name: Install mdbook extensions
63-
run: cargo install mdbook-combiner mdbook-mermaid
63+
run: cargo install mdbook-combiner@0.1.15 mdbook-mermaid
6464

6565
- name: Prepare docs
6666
run: |
@@ -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)