Skip to content

Deploy Staging

Deploy Staging #25

name: Deploy Staging
on:
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: ls -larth .
- id: build-publish
uses: bitovi/github-actions-react-to-github-pages@sparse-checkout
with:
checkout-sparse-checkout: docker/server/admin
checkout-sparse-checkout-cone-mode: false