Skip to content

Commit

Permalink
Revert site upload change
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Nov 23, 2023
1 parent 885bdec commit 124b55e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,3 @@ jobs:
shasum -a 256 -c codecov.SHA256SUM
chmod -v +x codecov
./codecov -v
- name: Upload site
uses: actions/upload-pages-artifact@v2
with:
path: target/site

- name: Deploy site
if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
id: site
uses: actions/deploy-pages@v2

0 comments on commit 124b55e

Please sign in to comment.