Skip to content

Commit 61632e9

Browse files
authored
Clean gh-pages for repo size
Enable clean and force options for deployment.
1 parent 20d72b4 commit 61632e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
branch: gh-pages
6767
folder: build/html
68-
clean: false
68+
clean: true
69+
force: true
70+
single-commit: true
6971
git-config-email: 53436240+fortran-lang@users.noreply.github.com
7072
git-config-name: Fortran

0 commit comments

Comments
 (0)