Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Oct 17, 2024
1 parent b38dc1c commit 834b2c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ This action simplifies the deployment of sites to Walrus Sites by using a precom

The following inputs are required to configure the deployment process:

+ config-path: (Required)
+ Specifies the path to the Site Builder configuration file, which contains the necessary settings such as package, portal, gas budget and other operational details for deploying the site.
+ Example: './path/to/config.yaml'
+ site-path: (Required)
+ Specifies the path to the directory containing the site files to be deployed. This directory must have an index.html file generated by your web framework at the root.
+ Example: './build'
Expand All @@ -29,6 +26,8 @@ The following inputs are required to configure the deployment process:
+ Options:
+ testnet (default)
+ Example: 'testnet'
+ epochs: (Not Required)
+ Currently on Walrus testnet, the duration of an epoch is 1 day.
+ object-id: (optional)
+ Specifies the hex-string object ID of the existing site to be updated. If specified, the action will update the existing site instead of publishing a new one. Leave this field blank to publish a new site.

Expand Down

0 comments on commit 834b2c5

Please sign in to comment.