Skip to content

Commit 1ebdba4

Browse files
Update main.yml
1 parent bfb0d72 commit 1ebdba4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,5 @@ jobs:
9090
git add .
9191
git commit -m "Deploy documentation on $(date -u '+%Y-%m-%d %H:%M:%S UTC')"
9292
93-
git checkout -b test # TODO: remove
94-
git push origin test
95-
96-
echo "Published to test"
93+
git push origin gh-pages
94+
echo "Published to gh-pages"

0 commit comments

Comments
 (0)