Skip to content

code: cookie

code: cookie #95

Workflow file for this run

name: Deployment
on:
push:
branches:
- master
jobs:
deplyment:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- run: npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: public # The folder the action should deploy.