Skip to content

Commit 14f99b1

Browse files
committed
ci: fix repo limitations
1 parent 671a7e7 commit 14f99b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676

7777
needs: Get-Latest-Version
78-
if: github.repository == 'TorchMeter/docs'
78+
if: github.repository == 'TorchMeter/torchmeter.github.io'
7979

8080
steps:
8181
- name: Fetch Code

0 commit comments

Comments
 (0)