Skip to content

Made mobile navigation fixed #48

Made mobile navigation fixed

Made mobile navigation fixed #48

Workflow file for this run

name: Build and Deploy Vue Application to Github Pages
on:
push:
branch: -main
jobs:
build_deploy_vue:
runs-on: ubuntu-latest
name: Build and Deploy Vue
steps:
- uses: actions/checkout@v2
- id: Build-Deploy-Vue
uses: thefrustrateddev/[email protected]
with:
username: "ethanfox"
reponame: "art-institute-chicago"
token: ${{ secrets.TOKEN }} # no need to change this line this is used to create the branch in your application repository