Skip to content

Commit

Permalink
Update static.yml to include sed for domain change
Browse files Browse the repository at this point in the history
  • Loading branch information
denseflux authored Dec 21, 2023
1 parent 8f886d8 commit 5f47968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
uses: actions/checkout@v4
with:
ref: static
- name: sed
uses: lefherz/action-sed@master
with:
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 5f47968

Please sign in to comment.