mirror of
https://github.com/TeamPiped/documentation.git
synced 2024-08-14 23:50:09 +00:00
Update IFPS pinning service.
This commit is contained in:
parent
ac3b8f1196
commit
51f8a04897
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -17,11 +17,13 @@ jobs:
|
|||
with:
|
||||
extended: true
|
||||
- run: hugo --minify
|
||||
- uses: aquiladev/ipfs-action@v0.1.5
|
||||
- uses: aquiladev/ipfs-action@v0.3.1-alpha.2
|
||||
id: ipfs-add
|
||||
with:
|
||||
path: ./public
|
||||
service: infura
|
||||
infuraProjectId: ${{ secrets.INFURA_PROJECT_ID }}
|
||||
infuraProjectSecret: ${{ secrets.INFURA_PROJECT_SECRET }}
|
||||
- name: Update DNSLink
|
||||
run: npx dnslink-cloudflare -d kavin.rocks -l /ipfs/${{ steps.ipfs-add.outputs.hash }} -r _dnslink.piped-docs
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue