Skip to content

Commit 31da68f

Browse files
committed
unignore node modules for action
1 parent f57eca5 commit 31da68f

File tree

2,229 files changed

+177698
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,229 files changed

+177698
-6
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
node_modules
21
.idea

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-18.04
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Build Link Index
15-
uses: verses-xyz/arweave-publish-action@v1.1
14+
- name: Arweave Publish
15+
uses: verses-xyz/arweave-publish-action@v1.2
1616
with:
17-
wallet-address: ... # Public address for admin wallet
18-
wallet-key: ... # JSON Key for associated admin wallet
19-
document-path: ... # Path of document to mirror
17+
wallet-address: ${{ env.WALLET_ADDRESS }} # Public address for admin wallet
18+
wallet-key: ${{ env.WALLET_KEY }} # JSON Key for associated admin wallet
19+
document-path: <insert document path here> # Path of document to mirror
2020
```

0 commit comments

Comments
 (0)