Skip to content

Add supporting image blocks #30

Add supporting image blocks

Add supporting image blocks #30

Workflow file for this run

name: prerelease
on:
push:
branches:
- main
jobs:
deploy-pages-prerelease:
environment:
name: prerelease
url: https://RobolabGs2.github.io/memaker-prerelease
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: 'npm install'
- run: |
npm run build
touch build/.nojekyll
- if: success()
uses: crazy-max/[email protected]
with:
keep_history: true
target_branch: gh-pages
repo: RobolabGs2/memaker-prerelease
build_dir: build
env:
GH_PAT: ${{ secrets.GH_PAT }}