Skip to content

Commit

Permalink
🐛 fix: broken symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed Sep 16, 2024
1 parent 51b3e1e commit b028727
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions template/.github/workflows/main.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run-tests:
uses: ./.github/workflows/run-tests.yml
{% if documentation %}
build-docs:
uses: ./.github/workflows/build-docs.yml
docs:
uses: ./.github/workflows/docs.yml
secrets: inherit
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion template/.github/workflows/pr.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/workflows/run-tests.yml
{% if documentation %}
build-docs:
uses: ./.github/workflows/build-docs.yml
uses: ./.github/workflows/docs.yml
{% endif %}
codeql:
uses: ./.github/workflows/codeql.yml
Expand Down

This file was deleted.

0 comments on commit b028727

Please sign in to comment.