Skip to content

Commit e3f855f

Browse files
Update doc-deployment.yml
1 parent 1d1a60a commit e3f855f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: ford docs.md
1919

2020
- uses: JamesIves/[email protected]
21-
if: github.event_name == 'push' && github.repository == 'jchristopherson/fstats' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
21+
if: github.event_name == 'push' && github.repository == 'jchristopherson/fplot' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
2222
with:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
BRANCH: gh-pages

0 commit comments

Comments
 (0)