Skip to content

Commit

Permalink
fix: improve error handling of like and comment (#287)
Browse files Browse the repository at this point in the history
* ci: merge #285, #286

* fix: improve error handling of `like` and `comment`

---------

Co-authored-by: JamzumSum <zzzzss990315@gmail.com>
  • Loading branch information
github-actions[bot] and JamzumSum authored Dec 22, 2023
1 parent 8c8dd0e commit 915a989
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 156 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Upload artifact
if: github.event_name == 'push'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: doc/build/html

Expand All @@ -69,4 +69,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
Loading

0 comments on commit 915a989

Please sign in to comment.