revert: 🔥 remove deploy preview

Signed-off-by: Eric Nemchik <eric@nemchik.com>
pull/1410/head
Eric Nemchik 1 month ago
parent 6388a8bbc9
commit 00db5f22fd
No known key found for this signature in database

@ -42,11 +42,6 @@ jobs:
run: pip install -r docs/requirements.txt
- name: Build documentation
run: mkdocs build
- name: Deploy preview
if: github.event_name == 'pull_request'
uses: rossjrw/pr-preview-action@v1.4.7
with:
source-dir: .
deploy:
if: github.event_name == 'push' && contains(fromJson('["refs/heads/master", "refs/heads/main"]'), github.ref)

Loading…
Cancel
Save