Skip to content

Bump lycheeverse/lychee-action from 1.9.2 to 1.9.3 (#654) #513

Bump lycheeverse/lychee-action from 1.9.2 to 1.9.3 (#654)

Bump lycheeverse/lychee-action from 1.9.2 to 1.9.3 (#654) #513

name: Deploy to Demo
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: "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-demo