Skip to content

Commit 1d1a60a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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/main' )
21+
if: github.event_name == 'push' && github.repository == 'jchristopherson/fstats' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
2222
with:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
BRANCH: gh-pages
2525
FOLDER: doc
26-
CLEAN: true
26+
CLEAN: true

0 commit comments

Comments
 (0)