-
Notifications
You must be signed in to change notification settings - Fork 4
39 lines (33 loc) · 905 Bytes
/
docs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Vividus Documentation Deployment
on:
repository_dispatch:
types: [deploy]
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Build
env:
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
antora ./antora-playbook.yml
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
cname: docs.vividus.dev
- name: Check internal links
uses: filiph/[email protected]
with:
arguments: https://docs.vividus.dev/vividus/latest/