Skip to content

Commit b62ea50

Browse files
committed
Try to fix docs workflow
1 parent 6dde836 commit b62ea50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved')
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: compas-dev/compas-actions.docs@v3
17+
- uses: compas-dev/compas-actions.docs@mkdocs
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
doc_url: https://compas.dev/compas_xr
21+
extras: mkdocs

0 commit comments

Comments
 (0)