Skip to content

Commit

Permalink
updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgordonbell committed Jan 9, 2024
1 parent 42deb3f commit 5567df8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/summarize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
branch_name="automated-changes-$(date +'%d%m%Y')" # create a branch name based on the current day/month/year
git checkout -b $branch_name
pip install -r ./util/sgpt/requirements.txt
curl -sSL https://install.python-poetry.org | python3 -
poetry install
python ./util/sgpt/excerpt.py --dir ./blog/_posts
python ./util/sgpt/topcta.py --dir ./blog/_posts
poetry run python util/psupport/psupport/scripts/excerpt.py --dir ./blog/_posts
poetry run python util/psupport/psupport/scripts/topcta.py --dir ./blog/_posts
git restore ./blog/_posts/2029-01-01-checklist.md
npm install -g markdownlint-cli
Expand Down

0 comments on commit 5567df8

Please sign in to comment.