Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 15, 2024
1 parent cb62446 commit 216cdd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: 'myrrhlab/vaultix-mdbook-custom'
path: './valutix/doc/theme'
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Install mdBook
Expand All @@ -31,7 +35,6 @@ jobs:
- name: Build mdBook
run: |
cd doc
git clone --depth=1 [email protected]:myrrhlab/vaultix-mdbook-custom.git theme
mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 216cdd7

Please sign in to comment.