Skip to content

Commit e5da63b

Browse files
committed
Jenkinsfile: force push to gh-pages on revert
1 parent 9eb0ce0 commit e5da63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pipeline {
170170
cd gh-pages
171171
git add *
172172
git -c user.name='Mr. Jenkins' -c user.email='[email protected]' commit -m 'docs: release asterics-docs'
173-
git push https://[email protected]/asterics/asterics-docs.git
173+
git push -f https://[email protected]/asterics/asterics-docs.git
174174
'''
175175
}
176176
}

0 commit comments

Comments
 (0)