Skip to content

Commit

Permalink
Sun Sep 3 02:30:57 CST 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
siansiansu committed Sep 2, 2023
1 parent 8d1face commit 968e2a9
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 @@ -8,7 +8,7 @@ on:
repository_dispatch:

env:
URL: https:\/\/siansiansu.github.io\/oh-tai-gi
REPO_URL: https:\/\/siansiansu.github.io\/oh-tai-gi
DESCRIPTION: 台語學習資源清單 Tâi-gí ha̍k-si̍p chu-guân tshing-tuann

permissions:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run
run: |
cp -r jekyll-theme/* .
sed -i "3s/.*/url: ${URL}/" _config.yml
sed -i "3s/.*/website: ${REPO_URL}/" _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 968e2a9

Please sign in to comment.