Skip to content

Commit

Permalink
Try to fix documentation CI builds (#140)
Browse files Browse the repository at this point in the history
* Try to fix documentation CI builds

* Fix doc CI (2)
  • Loading branch information
Ostrzyciel authored Sep 9, 2024
1 parent effb9ea commit 210d47d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ jobs:
working-directory: ./docs
run: pip install -r requirements.txt

- name: Fetch tags for the protobuf submodule
working-directory: ./rdf-protos/src/main/protobuf_shared
run: git fetch

- name: Deploy site
working-directory: ./docs
run: |
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: actions/setup-python@v5
with:
Expand All @@ -25,10 +26,6 @@ jobs:
working-directory: ./docs
run: pip install -r requirements.txt

- name: Fetch tags for the protobuf submodule
working-directory: ./rdf-protos/src/main/protobuf_shared
run: git fetch --prune --unshallow

- name: Build documentation
working-directory: ./docs
run: |
Expand Down

0 comments on commit 210d47d

Please sign in to comment.