Skip to content

Bump crazy-max/ghaction-github-labeler from 5.3.0 to 6.0.0 #614

Bump crazy-max/ghaction-github-labeler from 5.3.0 to 6.0.0

Bump crazy-max/ghaction-github-labeler from 5.3.0 to 6.0.0 #614

Workflow file for this run

name: website
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
on:
workflow_dispatch:
push:
branches:
- 'dev'
pull_request:
env:
JEKYLL_ENV: production
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write # for GitHub Pages deployment
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
-
name: Build
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
with:
targets: release
set: |
*.cache-from=type=gha,scope=website
*.cache-to=type=gha,scope=website,mode=max
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
name: Check GitHub Pages status
if: github.event_name != 'pull_request'
uses: crazy-max/ghaction-github-status@fa6ac37620bc5d44b93e15caed498629665e9ff5 # v4.2.0
with:
pages_threshold: major_outage
-
name: Deploy
if: github.event_name != 'pull_request'
uses: crazy-max/ghaction-github-pages@df5cc2bfa78282ded844b354faee141f06b41865 # v4.2.0
with:
target_branch: master
build_dir: web
fqdn: portapps.io
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}