diff --git a/.github/workflows/test-on-push.yml b/.github/workflows/test-on-push.yml index a985062..0180090 100644 --- a/.github/workflows/test-on-push.yml +++ b/.github/workflows/test-on-push.yml @@ -21,8 +21,4 @@ jobs: - name: Send poem to myself run: python scripts/send-poem.py --kind "test" --username "poemsfromtom@gmail.com" --password ${{ secrets.PFT_PW }} --listserv_filename "data/poems/testserv.csv" - --github_repo_name "thomaswmorris.github.io" --github_token ${{ secrets.GH_TOKEN }} - - - name: Update repo pages - run: - python scripts/make-docs.py --github_repo_name "thomaswmorris.github.io" --github_token ${{ secrets.GH_TOKEN }} \ No newline at end of file + --github_repo_name "thomaswmorris.github.io" --github_token ${{ secrets.GH_TOKEN }} \ No newline at end of file