Skip to content

Commit 9b1885b

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/babel/core-7.17.2
2 parents d330980 + 67ed3f5 commit 9b1885b

File tree

3 files changed

+92
-103
lines changed

3 files changed

+92
-103
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
- name: Deploy
2929
uses: peaceiris/actions-gh-pages@v3
30+
if: github.event_name != 'pull_request'
3031
with:
3132
github_token: ${{ secrets.GITHUB_TOKEN }}
3233
publish_dir: ./public

package-lock.json

Lines changed: 90 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"instant.page": "^5.1",
5151
"katex": "^0.15",
5252
"lazysizes": "^5.3",
53-
"markdownlint-cli": "^0.30.0",
53+
"markdownlint-cli": "^0.31.1",
5454
"mermaid": "^8.13",
5555
"node-fetch": "^3.1",
5656
"postcss": "^8.4",

0 commit comments

Comments
 (0)