Skip to content

Commit

Permalink
Correct deployment-action job step names
Browse files Browse the repository at this point in the history
  • Loading branch information
shaib committed Jan 10, 2025
1 parent b286055 commit f157b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd website_2024/themes/PyCon-Israel-Flex/
npm install
- name: Build project
- name: Build theme
run: |
cd website_2024/themes/PyCon-Israel-Flex/
npm run build
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root

- name: Generated spakers page
- name: Generated speakers page
run: |
poetry run python speakers.py ${{ vars.PRETALX_EVENT_NAME }} -t ${{ vars.PRETALX_API_TOKEN }} -o website_2024/content/pages/speakers.md --verbose
Expand Down

0 comments on commit f157b3b

Please sign in to comment.