Skip to content

Commit dcda750

Browse files
authored
Use relative workflow references
1 parent b2a635c commit dcda750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- '*.md'
3434
test:
3535
name: Tests on self
36-
uses: ldeluigi/markdown-docs/.github/workflows/test.yml@master
36+
uses: ./.github/workflows/test.yml
3737

3838
release:
3939
name: GitHub Release Job
@@ -108,7 +108,7 @@ jobs:
108108
post-deploy-test:
109109
name: Post-deploy test
110110
needs: [push-to-registries]
111-
uses: ldeluigi/markdown-docs/.github/workflows/post-deploy-test.yml@master
111+
uses: ./.github/workflows/post-deploy-test.yml
112112

113113
update-gh-pages:
114114
name: Generate and upload new GitHub Pages

0 commit comments

Comments
 (0)