Skip to content

hide top bar on desktop #9

hide top bar on desktop

hide top bar on desktop #9

Workflow file for this run

name: Deployment Workflow
on:
workflow_dispatch: # Use this to dispatch from the Actions Tab
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist