Skip to content

Commit

Permalink
chore: fix env variables in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed Apr 6, 2024
1 parent e0dc712 commit f55548e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ concurrency:
group: pages
cancel-in-progress: false

env:
SITE_URL: https://${{ github.repository_owner }}.github.io
BASE_PATH: ${{ github.event.repository.name }}

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site output
env:
SITE_URL: https://${{ github.repository.owner }}.github.io
BASE_PATH: ${{ github.event.repository.name }}
uses: withastro/action@v2
with:
path: site
Expand Down

0 comments on commit f55548e

Please sign in to comment.