mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-04 06:59:41 +00:00
use koodiklinikka.github.io as deployment target
This commit is contained in:
@@ -25,4 +25,4 @@ git commit -m "Deploy to GitHub Pages"
|
||||
# repo's gh-pages branch. (All previous history on the gh-pages branch
|
||||
# will be lost, since we are overwriting it.) We redirect any output to
|
||||
# /dev/null to hide any sensitive credential data that might otherwise be exposed.
|
||||
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
|
||||
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master > /dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user