Skip to content

Bump actions/upload-artifact from 3.pre.node20 to 4.3.1 #93

Bump actions/upload-artifact from 3.pre.node20 to 4.3.1

Bump actions/upload-artifact from 3.pre.node20 to 4.3.1 #93

Workflow file for this run

name: Deploy to GitHub Pages and build release if tagged
permissions:
contents: write
pages: write
on: ["workflow_dispatch", "push"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Upload to pages branch
uses: fastai/workflows/quarto-ghp@6f01ea106ba2b565c66ad88a826bdbc4d7e378c9 # master
with:
version: '3.11'
- name: build
run: ./build.sh
- name: release upload
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*