Skip to content

Commit

Permalink
Use relative workflow references
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi authored Feb 7, 2023
1 parent b2a635c commit dcda750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- '*.md'
test:
name: Tests on self
uses: ldeluigi/markdown-docs/.github/workflows/test.yml@master
uses: ./.github/workflows/test.yml

release:
name: GitHub Release Job
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
post-deploy-test:
name: Post-deploy test
needs: [push-to-registries]
uses: ldeluigi/markdown-docs/.github/workflows/post-deploy-test.yml@master
uses: ./.github/workflows/post-deploy-test.yml

update-gh-pages:
name: Generate and upload new GitHub Pages
Expand Down

0 comments on commit dcda750

Please sign in to comment.