Skip to content

Commit

Permalink
fix: Fix GH pages publish action version (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyng committed Jun 25, 2023
1 parent d1e49da commit ce0ca94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: docker-compose -f docker-compose.docs.yml up --build --exit-code-from app

- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.4.2
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gyng/ts-library-quickstart",
"version": "1.6.1",
"version": "1.6.2",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
Expand Down

0 comments on commit ce0ca94

Please sign in to comment.