Skip to content

Commit

Permalink
Merge pull request #26 from Disfactory/dev
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
yeefun committed Mar 2, 2021
2 parents 4329245 + 6267f33 commit fda6aa8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cd.yml
Expand Up @@ -47,8 +47,12 @@ jobs:
git push origin dev
fi
- name: Checkout production branch
run: git checkout production
- name: Update production branch
run: |
git checkout production
git pull -r origin production
git rebase dev
git push origin production
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion og-imgs-cache.json

Large diffs are not rendered by default.

Binary file removed static/og-imgs/全臺灣-1614507651532.png
Binary file not shown.
Binary file added static/og-imgs/全臺灣-1614581178341.png
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 fda6aa8

Please sign in to comment.