diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index c0c5756..ec5bc05 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: public branch run: | - git checkout -b pages + git checkout pages #git add public #git commit -m "deploying page" git push origin pages