Skip to content

Bump @uswds/compile from 1.1.0 to 1.2.0 (#726) #553

Bump @uswds/compile from 1.1.0 to 1.2.0 (#726)

Bump @uswds/compile from 1.1.0 to 1.2.0 (#726) #553

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