Skip to content

Update Ruby Dependencies #2

Update Ruby Dependencies

Update Ruby Dependencies #2

Workflow file for this run

name: Build and Deploy PR Request
on:
pull_request:
types: [ opened, synchronize ]
branches: [ main ]
permissions:
pages: write
id-token: write
jobs:
build:
uses: ./.github/workflows/reusable-build.yaml
with:
baseurl: "/sirius-docs.github.io"
deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: staging
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to Staging
id: deployment
uses: actions/deploy-pages@v4