Skip to content

Commit

Permalink
Sun Sep 3 01:47:16 CST 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
siansiansu committed Sep 2, 2023
1 parent d7f1952 commit c31abde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REPO_NAME: ${{ github.event.repository.name }}
DESCRIPTION: "台語學習資源清單 Tâi-gí ha̍k-si̍p chu-guân tshing-tuann"
DESCRIPTION: 台語學習資源清單 Tâi-gí ha̍k-si̍p chu-guân tshing-tuann

permissions:
contents: read
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
cp -r jekyll-theme/* .
sed -i 's/siansiansu.github.io/siansiansu.github.io\/'''${REPO_NAME}'''/g' _config.yml
sed -i 's/description.*$/description: '''${DESCRIPTION}'''/g' _config.yml
sed -i "4s/.*/description: ${DESCRIPTION}/" _config.yml
sed -i '1 i---\nlayout: home\n---\n' README.md
cp README.md index.md
Expand Down

0 comments on commit c31abde

Please sign in to comment.