Skip to content

Commit

Permalink
Push to py-free-threading main & fix typos in deploy.yml path (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou authored Jul 10, 2024
1 parent 692665f commit c46bb94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches:
- main
paths:
- '.github/worksflows/deploy.yml'
- '.github/workflows/deploy.yml'
- 'docs/**'
- 'mkdocs.yml'
- 'requirements.txt'
pull_request:
branches:
- main
paths:
- '.github/worksflows/deploy.yml'
- '.github/workflows/deploy.yml'
- 'docs/**'
- 'mkdocs.yml'
- 'requirements.txt'
Expand Down Expand Up @@ -47,6 +47,7 @@ jobs:
with:
personal_token: ${{ secrets.PYFREETHREADING_DEPLOY_KEY }}
external_repository: py-free-threading/py-free-threading.github.io
publish_branch: main
publish_dir: ./site
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'

0 comments on commit c46bb94

Please sign in to comment.