Skip to content

Commit

Permalink
edit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Aug 4, 2023
1 parent d7b931a commit 0d169cc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
--github_repo_name "thomaswmorris.github.io" --github_token ${{ secrets.GH_TOKEN }}

0 comments on commit 0d169cc

Please sign in to comment.