Skip to content

Bump postcss from 8.4.25 to 8.4.26 (#563) #492

Bump postcss from 8.4.25 to 8.4.26 (#563)

Bump postcss from 8.4.25 to 8.4.26 (#563) #492

Workflow file for this run

name: Deploy to test
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Deploy static landing page
run: npm run deploy-azure-test