Skip to content

Commit

Permalink
chore: update workflows config. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 21, 2022
1 parent be8748a commit 0848c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:


- run: npm install
- run: npm run build
- run: mkdir -p build
- run: npm i markdown-to-html-cli -g
- run: markdown-to-html --output build/index.html --favicon 'data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🏞️</text></svg>'
Expand Down

0 comments on commit 0848c95

Please sign in to comment.