Skip to content

Commit

Permalink
refactor(gh-actions): fix docs generation flow to use bundled artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bandantonio committed Nov 12, 2023
1 parent 0c49c06 commit fea17ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/antmarky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

generate-release:
name: 📦 Generate GitHub Release
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"scripts": {
"start": "rm -rf bin/ && tsx ./esbuild.config.mjs -- development",
"bundle": "rm -rf bin/ && tsx ./esbuild.config.mjs -- production",
"bundle": "tsx ./esbuild.config.mjs -- production",
"build": "npm run bundle && node ./bin/index.cjs build",
"lint": "semistandard",
"test": "vitest",
"bump": "node bump-version.js",
Expand Down

0 comments on commit fea17ab

Please sign in to comment.