Skip to content

Add link to other proposal in extended POAP description #18

Add link to other proposal in extended POAP description

Add link to other proposal in extended POAP description #18

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
pull_request:
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: npm
- run: npm ci
- run: npm run build
- name: Deploy
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
cname: blog.dcspark.io