Skip to content

Create rebuild-lightsail-instance.md #20

Create rebuild-lightsail-instance.md

Create rebuild-lightsail-instance.md #20

Workflow file for this run

# Based on https://docusaurus.io/docs/deployment#triggering-deployment-with-github-actions
# At times doesn't fail, even when deployment is broken
name: Test deployment of documentation
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
cache: npm
- name: Test build
run: |
npm ci
npm run build