Skip to content

FIxed some icons and added Anus, Test tubes, Vascular surgery #106

FIxed some icons and added Anus, Test tubes, Vascular surgery

FIxed some icons and added Anus, Test tubes, Vascular surgery #106

Workflow file for this run

# This workflow deploys to gh-pages
name: Deploy to Prod
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Installing packages
run: yarn install
- name: Build my App
run: yarn build && yarn export && touch ./out/.nojekyll
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: out