Skip to content

Commit 6bd3f4d

Browse files
Merge pull request #16 from denise-khuu/main
WIP: workflows/trigger_website_update
2 parents 74df325 + 9408a29 commit 6bd3f4d

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ content:
99
start_path: .
1010
ui:
1111
bundle:
12-
url: ./ui-bundle.zip
12+
url: https://github.com/devonfw/antora-ui/releases/latest/download/ui-bundle.zip
1313
snapshot: true
1414
urls:
1515
latest_version_segment: current

ui-bundle.zip

-53.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)