Skip to content

Commit

Permalink
Sun Sep 3 02:42:27 CST 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
siansiansu committed Sep 2, 2023
1 parent 0b244d1 commit 481c4f1
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:
REPO_URL: https:\/\/siansiansu.github.io
PAGE_URL: https:\/\/siansiansu.github.io\/${{ github.event.repository.name }}
DESCRIPTION: 台語學習資源清單 Tâi-gí ha̍k-si̍p chu-guân tshing-tuann

permissions:
Expand Down Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Run
run: |
cp -r jekyll-theme/* .
sed -i "3s/.*/url: ${REPO_URL}/" _config.yml
sed -i "4s/.*/description: ${DESCRIPTION}/" _config.yml
sed -i "5s/.*/pageurl: ${PAGE_URL}/" _config.yml
sed -i '1 i---\nlayout: home\n---\n' README.md
cp README.md index.md
Expand Down

0 comments on commit 481c4f1

Please sign in to comment.