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 9b82273 commit 562a803Copy full SHA for 562a803
.github/workflows/docs-changelog-generate.yaml
@@ -0,0 +1,35 @@
1
+name: docs-changelog-generate
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ workflow_dispatch:
8
9
+permissions: write-all
10
11
+jobs:
12
+ build:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
16
+ - name: Checkout
17
+ uses: actions/checkout@v3
18
+ with:
19
+ ref: master
20
21
+ - name: Download changelog
22
+ run: ./build.sh --target DocFX_Changelog_Download --LatestVersions true
23
+ env:
24
+ GITHUB_PRODUCT: ChangelogBuilder
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
27
+ - name: Push changelog
28
+ uses: JamesIves/[email protected]
29
30
31
+ BRANCH: docs-changelog-details
32
+ FOLDER: docs/_changelog/details
33
+ GIT_CONFIG_NAME: Andrey Akinshin
34
+ GIT_CONFIG_EMAIL: [email protected]
35
+ CLEAN: true
0 commit comments