Skip to content

Bump @babel/traverse from 7.9.6 to 7.23.2 (#985) #379

Bump @babel/traverse from 7.9.6 to 7.23.2 (#985)

Bump @babel/traverse from 7.9.6 to 7.23.2 (#985) #379

name: Deploy to GitHub Pages
on:
push:
branches: [ master ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14'
- name: Install Gatsby CLI
run: npm install -g gatsby-cli
- name: Build
run: |
npm install
npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v2
env:
PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./public