Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
zargot committed Dec 2, 2024
1 parent 26e86e2 commit 4763ab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/install-pkg
- uses: ./.github/actions/render-docs
- name: Set GH-Pages domain name
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/install-pkg
- uses: ./.github/actions/render-docs

0 comments on commit 4763ab8

Please sign in to comment.