Skip to content

Commit

Permalink
Merge pull request #10 from brisklib/update-docs
Browse files Browse the repository at this point in the history
Fix docs building
  • Loading branch information
dancazarin authored Dec 9, 2024
2 parents dbc6555 + b287c27 commit 28b8e73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
run: |
docker build -t cxxdox:latest cxxdox
- name: Build documentation
env:
MKDOCS_MAIN: ${{secrets.MKDOCS_MAIN}}
run: |
mkdir "$(pwd)/out"
mkdir "$(pwd)/data"
echo $MKDOCS_MAIN >> brisk/docs/custom/main.html
echo "$MKDOCS_MAIN" >> brisk/docs/custom/main.html
docker run --rm -v "$(pwd)/brisk:/src" -v "$(pwd)/out":/out -v "$(pwd)/data":/data cxxdox:latest docs
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 28b8e73

Please sign in to comment.