Skip to content

Add sbyil defense poster #4

Add sbyil defense poster

Add sbyil defense poster #4

Workflow file for this run

name: Build examples and deploy
on:
push:
branches: [ master ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout ð
uses: actions/checkout@v2
- name: Install and Build ð§
run: |
npm ci
npm run build
- name: Deploy ð
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
branch: gh-pages # The branch the action should deploy to.
clean: true
folder: dist/ # The folder the action should deploy.