chore: remove unused GH Pages deployment (#3217)

This commit is contained in:
Sebastian Ullrich 2024-01-31 11:39:15 +01:00 committed by GitHub
parent 31981090e4
commit 456e435fe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,13 +105,6 @@ jobs:
run: |
rm -rf nix-store-cache || true
nix copy ./push-* --to file://$PWD/nix-store-cache?compression=none
- name: Publish manual to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./result
destination_dir: ./doc
if: matrix.name == 'Nix Linux' && github.ref == 'refs/heads/master' && github.event_name == 'push'
- id: deploy-info
name: Compute Deployment Metadata
run: |