Unverified Commit 3489715f authored by amystamile's avatar amystamile Committed by GitHub
Browse files

Update jekyll.yml

parent 4f4cd4d5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,5 +17,7 @@ jobs:

    # Run our deployment command
    - name: Deploying the static website to gh-pages
      run: npm run deploy
      run: | 
        npm install
        npm run deploy
      working-directory: app