Skip to content

Commit

Permalink
+ doc build depend
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 24, 2024
1 parent ca3d833 commit 3def3d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docs

on:
push:
branches: ["main"]
branches: ["*"]
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -37,8 +37,10 @@ jobs:
mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
if: github.ref == 'refs/heads/main'
with:
path: './book'
- name: Deploy to GitHub Pages
id: deployment
if: github.ref == 'refs/heads/main'
uses: actions/deploy-pages@v4

0 comments on commit 3def3d4

Please sign in to comment.