Closed alefvanoon closed 2 years ago
Could you provide code of actions's usage?
name: Deploy to GitHub Pages
on:
push:
branches:
- build
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
- run: yarn install
- run: yarn build
- name: Deploy
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: target
fqdn: hydrogen.alefvanoon.xyz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload to Infura
uses: aquiladev/ipfs-action@master
id: infura
with:
path: ./build
service: infura
timeout: 120000
verbose: true
- name: Update DNSLink
run: npx dnslink-cloudflare -d alefvanoon.xyz -l /ipfs/${{ steps.ipfs-add.outputs.hash }} -r _dnslink.hydrogen
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
seems it was a problem on infura side, I ran test pipeline, everything works as expected https://github.com/aquiladev/dapps-delivery-guide/runs/4362340764?check_suite_focus=true