Skip to content

Bump eslint from 9.8.0 to 9.9.0 (#717) #544

Bump eslint from 9.8.0 to 9.9.0 (#717)

Bump eslint from 9.8.0 to 9.9.0 (#717) #544

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: "20"
- 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