Skip to content

Bump braces from 3.0.2 to 3.0.3 (#18) #155

Bump braces from 3.0.2 to 3.0.3 (#18)

Bump braces from 3.0.2 to 3.0.3 (#18) #155

Workflow file for this run

name: Build and deploy to GitHub Pages
on:
push:
branches:
- sacred-timeline
jobs:
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/sacred-timeline'
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build and deploy
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}