diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de66ba1..8c685c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,4 +27,4 @@ jobs: git checkout -B gh-pages git add resume.pdf git commit -m "Meow" - git push --force \ No newline at end of file + git push origin gh-pages --force \ No newline at end of file