Skip to content

Bump @openzeppelin/contracts from 4.7.3 to 4.9.3 #57

Bump @openzeppelin/contracts from 4.7.3 to 4.9.3

Bump @openzeppelin/contracts from 4.7.3 to 4.9.3 #57

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- name: Build
run: |
cd front-end
yarn install --frozen-lockfile
yarn build
yarn export
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./front-end/out
cname: web3camp.us