Skip to content

Commit

Permalink
fix for auto deploy for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyAgricultureVic committed Dec 20, 2024
1 parent 6a12c85 commit 7f675c1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://test.docs.plantinformatics.io/
# NOTE: A hard refresh might be needed to see the changes (ctrl + R)

name: test-pk__auto-deploy-docs
name: test__auto-deploy-docs

on:
push:
Expand Down Expand Up @@ -31,5 +31,6 @@ jobs:
ssh $USER@$HOST <<EOF
cd test/pretzel-documentation-website/
git fetch
git pull
git checkout test-space/pk
git reset --hard origin/test-space/pk
EOF

0 comments on commit 7f675c1

Please sign in to comment.