generated from sapphiredev/sapphire-template
-
-
Notifications
You must be signed in to change notification settings - Fork 38
59 lines (55 loc) · 1.38 KB
/
documentation.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: Documentation
on:
push:
branches:
- main
tags:
- '**'
concurrency:
group: ${{ github.workspace }}|${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
docgen:
uses: sapphiredev/.github/.github/workflows/reusable-documentation-docgen.yml@main
with:
mono-repo: true
upload:
needs: docgen
uses: sapphiredev/.github/.github/workflows/reusable-documentation-upload.yml@main
strategy:
max-parallel: 1
fail-fast: false
matrix:
package:
- async-queue
- bitfield
- cron
- decorators
- discord-utilities
- discord.js-utilities
- duration
- event-iterator
- fetch
- iterator-utilities
- lexure
- node-utilities
- phisherman
- ratelimits
- result
- snowflake
- stopwatch
- string-store
- time-utilities
- timer-manager
- timestamp
- utilities
with:
project-name: utilities
mono-repo: true
name: ${{ needs.docgen.outputs.NAME }}
type: ${{ needs.docgen.outputs.TYPE }}
sha: ${{ needs.docgen.outputs.SHA }}
package: ${{ matrix.package }}
artifact-id: ${{ needs.docgen.outputs.artifact-id }}
secrets:
SKYRA_TOKEN: ${{ secrets.SKYRA_TOKEN }}