Skip to content

move from GH pages to @guardian/actions-static-site #138

move from GH pages to @guardian/actions-static-site

move from GH pages to @guardian/actions-static-site #138

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/[email protected]
with:
cache: 'npm'
- run: ./script/ci
- uses: guardian/actions-static-site@v2
with:
app: editions-card-builder
domain: editions-card-builder.gutools.co.uk
guActionsRiffRaffRoleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}