Skip to content

Updated with new abuseipdb and nicer js bundling #63

Updated with new abuseipdb and nicer js bundling

Updated with new abuseipdb and nicer js bundling #63

Workflow file for this run

name: Deploy to GitHub Pages and build js release
permissions:
contents: write
pages: write
on: ["workflow_dispatch", "push"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Upload to pages branch
uses: fastai/workflows/quarto-ghp@master
with:
version: '3.11'
- name: build
run: build.sh
- name: release upload
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*