Skip to content

Commit

Permalink
chore: Update BASE_URL in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manuGil committed Jul 23, 2024
1 parent 0dc6901 commit bb97e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
BASE_URL: {% raw %}/${{ github.event.repository.name }}{% endraw %}
BASE_URL: /${{ github.event.repository.name }}

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand All @@ -36,6 +36,7 @@ jobs:

- name: Install dependencies
run: |
pwd
pip install -r ./gitcodev/requirements.txt
# Build the book
Expand Down

0 comments on commit bb97e8d

Please sign in to comment.