Skip to content

Commit

Permalink
ci: fix base href
Browse files Browse the repository at this point in the history
  • Loading branch information
AladdineDev committed Feb 6, 2024
1 parent 30d3908 commit 4dda9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
id: set_base_href
run: |
if [[ -z "${{ vars.CNAME }}" ]]; then
echo "::set-output name=base_href::/"
else
echo "::set-output name=base_href::/portfolio/"
else
echo "::set-output name=base_href::/"
fi
- name: Build
Expand Down

0 comments on commit 4dda9a6

Please sign in to comment.