Skip to content

Commit

Permalink
Add $
Browse files Browse the repository at this point in the history
  • Loading branch information
ksw2000 committed Oct 19, 2024
1 parent f8583a9 commit dab5f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitpage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
npx ng build --base-href=/${{ github.event.repository.name }}/
- name: commit and push
run: |
cd dist/{{ github.event.repository.name }}/browser
cd dist/${{ github.event.repository.name }}/browser
git init
git config user.name "build-ci"
git config user.email "[email protected]"
Expand Down

0 comments on commit dab5f58

Please sign in to comment.