We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc806c commit 2d598a2Copy full SHA for 2d598a2
.github/workflows/gallery.yml
@@ -13,6 +13,6 @@ jobs:
13
npm run build
14
- uses: peaceiris/[email protected]
15
env:
16
- PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
+ PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
PUBLISH_BRANCH: gh-pages
18
PUBLISH_DIR: ./gallery
package.json
@@ -15,6 +15,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
+ "bytemd": "^1.2.0",
19
"cssnano": "^4.1.10",
20
"esm": "^3.2.25",
21
"fs-extra": "^9.0.1",
0 commit comments