We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74df325 + 9408a29 commit 6bd3f4dCopy full SHA for 6bd3f4d
3 files changed
.github/workflows/main.yml
@@ -0,0 +1,16 @@
1
+name: CI
2
+on:
3
+ push:
4
+ branches: [ main ]
5
+ workflow_dispatch:
6
+
7
+jobs:
8
+ build:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Trigger website update
12
+ uses: peter-evans/repository-dispatch@v1
13
+ with:
14
+ token: ${{ secrets.GHA_TOKEN }}
15
+ repository: devonfw/devonfw.github.io
16
+ event-type: dispatch-update-website
antora-playbook.yml
@@ -9,7 +9,7 @@ content:
start_path: .
ui:
bundle:
- url: ./ui-bundle.zip
+ url: https://github.com/devonfw/antora-ui/releases/latest/download/ui-bundle.zip
snapshot: true
urls:
latest_version_segment: current
ui-bundle.zip
-53.9 KB
0 commit comments