Skip to content

Error msg for missing 'resourceType' property (#157) #100

Error msg for missing 'resourceType' property (#157)

Error msg for missing 'resourceType' property (#157) #100

name: Deploy to GH Pages
on:
push:
branches:
- master
jobs:
deploy-to-pages:
name: Deploy to GH Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '18'
- run: npm install
- run: npm run build
env:
REACT_APP_BITLY_KEY: ${{ secrets.REACT_APP_BITLY_KEY }}
- name: Publish build to github pages
uses: peaceiris/actions-gh-pages@v3.5.7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build
publish_branch: gh-pages
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'