We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c8095 commit 7f00f4bCopy full SHA for 7f00f4b
.github/workflows/main.yaml
@@ -1,6 +1,11 @@
1
-on: [push, pull_request, merge_group]
+on:
2
+ push:
3
+ pull_request:
4
+ merge_group:
5
+
6
name: CI
7
jobs:
8
9
test:
10
runs-on: ubuntu-latest
11
strategy:
@@ -53,6 +58,7 @@ jobs:
53
58
unset PYTHONWARNINGS
54
59
sphinx-build -b doctest docs/ docs/_build
55
60
codecov
61
56
62
document:
57
63
64
steps:
@@ -79,6 +85,7 @@ jobs:
79
85
with:
80
86
name: docs
81
87
path: docs/_build
88
82
89
publish-docs:
83
90
needs: document
84
91
if: github.repository == 'amaranth-lang/amaranth'
@@ -111,6 +118,7 @@ jobs:
111
118
branch: main
112
119
folder: docs/
113
120
target-folder: docs/amaranth/${{ github.ref_name }}/
121
114
122
publish-docs-dev:
115
123
116
124
if: github.repository != 'amaranth-lang/amaranth'
0 commit comments