Skip to content

Bump rexml from 3.3.3 to 3.3.6 (#719) #551

Bump rexml from 3.3.3 to 3.3.6 (#719)

Bump rexml from 3.3.3 to 3.3.6 (#719) #551

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