Skip to content

Commit

Permalink
ci: update workflow config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 25, 2024
1 parent d2e80ae commit bb0cc63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- <meta property="og:type" content="website">
- <meta property="og:title" content="<%= title %> - idoc">
- <meta property="og:description" content="<%= description%>">
- <meta property="twitter:image:src" content="<%=homepage%>assets/screenshots-1.png">
- <meta property="twitter:image:src" content="<%=homepage%>assets/twitter.png">
- <meta property="twitter:site" content="@jaywcjlove">
- <meta property="twitter:creator" content="jaywcjlove">
- <meta property="twitter:card" content="summary_large_image">
Expand All @@ -61,6 +61,7 @@ jobs:
- run: npm install idoc@1 -g
- run: idoc
- run: cp assets/twitter.png ./dist/assets

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
Binary file added assets/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb0cc63

Please sign in to comment.