Skip to content

Commit

Permalink
test bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Musicminion authored Jan 3, 2024
1 parent e4414b3 commit 2cd6d06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ runs:
uses: actions/setup-node@v2
with:
node-version: '18'

- shell: bash
run: |
sed -i "s/baseUrl: '\/'/baseUrl: '\/${{ github.event.repository.name }}\/'/g" docusaurus.config.js
# - name: Checkout
# uses: actions/checkout@v3
Expand Down

0 comments on commit 2cd6d06

Please sign in to comment.