Skip to content

Bump actions/checkout from 3 to 4 (#371) #12

Bump actions/checkout from 3 to 4 (#371)

Bump actions/checkout from 3 to 4 (#371) #12

Workflow file for this run

name: 馃殌 Deploy the website
on:
push:
branches: [master, main]
paths: [web/**, .github/workflows/website.yml]
concurrency:
group: ${{ github.ref }}-website
cancel-in-progress: true
jobs:
update:
name: 馃柤 Deploy the website
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
with: {path: web}
- {uses: actions/deploy-pages@v1, id: deployment}