Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
denseflux authored Dec 21, 2023
1 parent 5f47968 commit 02fb45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: sed
uses: lefherz/action-sed@master
with:
args: sed -i "s/olddata/${{GITHUB_REPOSITORY_OWNER}}.github.io/${{github.event.repository.name}}/g" ."
args: sed -i "s/olddata/$GITHUB_REPOSITORY_OWNER.github.io/${{github.event.repository.name}}/g" ."
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 02fb45b

Please sign in to comment.