Skip to content

Commit 7d2388c

Browse files
authored
Merge pull request #2407 from Kitware/fix-gh-pages
chore(github): do not clear gh-pages on publish
2 parents 51fcdf6 + 310ed7f commit 7d2388c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,3 @@ jobs:
5757
env:
5858
GIT_PUBLISH_URL: https://${{ secrets.GH_PUBLISH_CREDS }}@github.com/Kitware/vtk-js.git
5959
run: npm run doc:publish
60-
- name: Clear gh-pages history
61-
run: bash Utilities/ci/reset-gh-pages-history.sh

0 commit comments

Comments
 (0)