Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Payne committed Feb 26, 2024
1 parent 716ac13 commit 5e83d59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up python
id: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install Dependencies
run: poetry install
run: poetry install --no-interaction
- run: make html
- name: Set up S3cmd cli tool
uses: s3-actions/[email protected]
Expand Down

0 comments on commit 5e83d59

Please sign in to comment.