Skip to content

Commit

Permalink
Added debug code to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 18, 2024
1 parent 931352f commit c996a6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
env:
BASE_URL: ${{ steps.configure-pages.outputs.base_url }}
run: |
echo $BASE_URL
echo "baseurl: '${BASE_URL}'" >> src/config.yaml
cat src/config.yaml
- name: Build readme & website
run: |
npm --version
Expand Down

0 comments on commit c996a6c

Please sign in to comment.