Unverified Commit 9609883e authored by amystamile's avatar amystamile Committed by GitHub
Browse files

Update jekyll.yml

parent 93f92576
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -18,10 +18,9 @@ jobs:
    # Run our deployment command
    - name: Deploying the static website to gh-pages
      run: | 
        npm install --legacy-peer-deps
        git config --global user.name $user_name
        git config --global user.email $user_email
        npm install
        git config --global user.name ${{ secrets.USER_NAME }}
        git config --global user.email ${{ secrets.USER_EMAIL }}
        npm run deploy
      working-directory: app
      env:
        GITHUB_TOKEN: ${{ github.token }}