Skip to content

Commit

Permalink
Merge pull request #15 from ching-kuo/rebuild_docusaurus
Browse files Browse the repository at this point in the history
Fix CI/CD
  • Loading branch information
ching-kuo authored Aug 17, 2023
2 parents 3be01b9 + e961d9a commit b58d63d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- master
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
# The GH actions bot is used by default if you didn't specify the two fields.
# You can swap them out with your own user credentials.
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
user_email: 41898282+github-actions[bot]@users.noreply.github.com
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test deployment
on:
pull_request:
branches:
- main
- master
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Expand All @@ -21,4 +21,4 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build
run: yarn build
7 changes: 7 additions & 0 deletions src/pages/icon-license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Icon License

以下這些是我們使用的 Icon 來源。

- [Computer icons created by monkik - Flaticon](https://www.flaticon.com/free-icon/computer_3749784)
- [Cloud server icons created by Uniconlabs - Flaticon](https://www.flaticon.com/free-icon/cloud-server_9780613)
- [Care icons created by Freepik - Flaticon](https://www.flaticon.com/free-icon/care_1476245)

0 comments on commit b58d63d

Please sign in to comment.