Skip to content

feat: ✨ add new session with IA (#360) #62

feat: ✨ add new session with IA (#360)

feat: ✨ add new session with IA (#360) #62

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: gym-search
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: build page
run: yarn run build && yarn run export && touch ./out/.nojekyll
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: gym-search/out