From 0d169cc844ae0d6aa2c78d21c0fbfb5ef733868e Mon Sep 17 00:00:00 2001 From: Thomas Morris Date: Fri, 4 Aug 2023 15:18:08 -0400 Subject: [PATCH] edit workflow --- .github/workflows/test-on-push.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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