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

Update jekyll.yml

parent 8b8c2480
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@ jobs:
    # Download our master branch
    steps:
    - uses: actions/checkout@v2
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}

    # Run our deployment command
    - name: Deploying the static website to gh-pages
@@ -23,3 +21,5 @@ jobs:
        npm install --legacy-peer-deps
        npm run deploy
      working-directory: app
      env:
        GITHUB_TOKEN: ${{ github.token }}