Unverified Commit 5449ff3f authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Fix GitHub pages workflow bugs (#1128)

parent bc416716
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ jobs:
      with:
        persist-credentials: false
    - uses: actions-rs/toolchain@v1
      with:
        toolchain: stable
    - name: Generate docs
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -28,7 +30,7 @@ jobs:
        mdbook build --dest-dir ../../output
        popd &>/dev/null

        git checkout origin/github-pages
        git checkout origin/github-pages -b github-pages
        rm -rf design
        mv ../output design
        git add design