Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
chore: update default version
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Mar 31, 2023
1 parent 60514e2 commit 7007321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
- name: add a nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/www/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.9
uses: JamesIves/github-pages-deploy-action@4
with:
branch: gh-pages # The branch the action should deploy to.
folder: www # The folder the action should deploy.
Expand Down
7 changes: 3 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ inputs:
version:
description: >
Logseq version to use. Note, not all version are supported.
Use "master" if you are not sure what to put here
Use "latest" if you are not sure what to put here.
required: true
default: "master"
default: "latest"
trace:
type: boolean
required: false
description: >
Whether or not to generate trace file for debugging.
default: true
default: "true"
theme:
description: "selected theme"
required: true
Expand Down

0 comments on commit 7007321

Please sign in to comment.