Skip to content

Bump actions/upload-pages-artifact from 1 to 2 (#364) #11

Bump actions/upload-pages-artifact from 1 to 2 (#364)

Bump actions/upload-pages-artifact from 1 to 2 (#364) #11

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@v3
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
with: {path: web}
- {uses: actions/deploy-pages@v1, id: deployment}