Skip to content

Build & Deploy Docs #446

Build & Deploy Docs

Build & Deploy Docs #446

Workflow file for this run

name: Build & Deploy Docs
on:
workflow_dispatch:
inputs:
release-tag:
description: "dstack version"
jobs:
build-docs:
uses: ./.github/workflows/build-docs.yml
with:
release-tag: ${{ inputs.release-tag }}
secrets: inherit
deploy-docs:
needs: [build-docs]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
name: site
- name: Deploy
uses: JamesIves/[email protected]
with:
repository-name: dstackai/dstackai.github.io
branch: gh-pages
token: ${{ secrets.GH_TOKEN }}
folder: site