Skip to content

Commit

Permalink
unignore node modules for action
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Jan 28, 2022
1 parent f57eca5 commit 31da68f
Show file tree
Hide file tree
Showing 2,229 changed files with 177,698 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
.idea
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Build Link Index
uses: verses-xyz/arweave-publish-action@v1.1
- name: Arweave Publish
uses: verses-xyz/arweave-publish-action@v1.2
with:
wallet-address: ... # Public address for admin wallet
wallet-key: ... # JSON Key for associated admin wallet
document-path: ... # Path of document to mirror
wallet-address: ${{ env.WALLET_ADDRESS }} # Public address for admin wallet
wallet-key: ${{ env.WALLET_KEY }} # JSON Key for associated admin wallet
document-path: <insert document path here> # Path of document to mirror
```
Loading

0 comments on commit 31da68f

Please sign in to comment.