diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e1367bd..27c8a27 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,4 +10,7 @@ jobs: - name: initial test run: echo "test" - name: get page - run: curl http://192.168.0.129:9001/update \ No newline at end of file + run: curl http://192.168.0.129:9001/update + - run: pwd + - run: cd ../ + - run: pwd \ No newline at end of file