Skip to content

Chore/ci workflows (#10) #1

Chore/ci workflows (#10)

Chore/ci workflows (#10) #1

Workflow file for this run

name: Docs Deploy
on:
push:
branches: [ main ]
workflow_dispatch:
concurrency:
group: docs-deploy-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
docs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate docs tree
run: |
test -d docs/vi
test -d docs/en
- name: Upload docs artifact
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/