Skip to content

Bump actions/upload-pages-artifact from 3.0.0 to 3.0.1 (#219) #139

Bump actions/upload-pages-artifact from 3.0.0 to 3.0.1 (#219)

Bump actions/upload-pages-artifact from 3.0.0 to 3.0.1 (#219) #139

Workflow file for this run

name: Release
on:
push:
branches: main
concurrency: release
permissions:
contents: read
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
cd:
name: CD
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
permissions:
contents: read
pages: write
id-token: write
runs-on: ubuntu-latest
needs: ci
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4.0.3
id: deployment