Skip to content

Merge pull request #3 from SpyHoodle/production #40

Merge pull request #3 from SpyHoodle/production

Merge pull request #3 from SpyHoodle/production #40

Workflow file for this run

name: Run build scripts & publish to GitHub Pages
on:
push:
branches:
- production
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v1
- name: Fix SVG files
run: python3 ./scripts/fix-svgs.py
- name: Do not deploy scripts
run: rm -rf ./scripts
- name: Publish generated content to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: .