Skip to content

Commit aa5a7fb

Browse files
authored
Merge pull request #13 from DirectProjectJavaRI/gh-pages-migration
Modernize gh-pages branch: Jekyll -> plain Markdown for VitePress hub
2 parents 1760cd9 + 59d3c6c commit aa5a7fb

14 files changed

Lines changed: 39 additions & 11 deletions
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Notify docs hub
2+
3+
on:
4+
push:
5+
branches: [gh-pages]
6+
paths:
7+
- 'docs/**'
8+
9+
jobs:
10+
dispatch:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Fire repository_dispatch to DirectProjectJavaRI.github.io
14+
uses: peter-evans/repository-dispatch@v3
15+
with:
16+
token: ${{ secrets.DOCS_DISPATCH_TOKEN }}
17+
repository: DirectProjectJavaRI/DirectProjectJavaRI.github.io
18+
event-type: docs-updated

Gemfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

_config.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)