File tree 4 files changed +7
-59
lines changed
4 files changed +7
-59
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 46
46
47
47
- name : Push the release Git commit/tag and package to the registry
48
48
run : make release
49
+
50
+ - name : Build and upload application documentation
51
+ run : api-docs && coverage --docs-only
52
+ env :
53
+ WORKFLOW_DISPATCH_TOKEN : ' ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}'
54
+ GITHUB_TAG : ' v${{ github.event.inputs.VERSION }}'
Original file line number Diff line number Diff line change 45
45
46
46
- name : Upload the code coverage report
47
47
run : coverage
48
-
49
- trigger-docs :
50
- name : Trigger the documentation upload
51
- runs-on : ubuntu-22.04
52
- timeout-minutes : 2
53
- needs : test
54
- if : github.ref == 'refs/heads/master'
55
- steps :
56
- - name : Prepare the virtual environment
57
- uses : hausgold/actions/ci@master
58
- with :
59
- clone_token : ' ${{ secrets.CLONE_TOKEN }}'
60
- settings_secret_key : ' ${{ secrets.SETTINGS_SECRET_KEY }}'
61
- settings : ' ${{ github.repository }}'
62
- target : ci/noop
63
-
64
- - name : Trigger the documentation upload
65
- run : workflow documentation
Original file line number Diff line number Diff line change 1
1
### next
2
2
3
- * TODO: Replace this bullet point with an actual description of a change.
3
+ * Added API docs building to continuous integration ( # 4 )
4
4
5
5
### 1.3.0
6
6
You can’t perform that action at this time.
0 commit comments