|
@@ -12,12 +12,12 @@ jobs:
|
|
container: twtug/lkmpg
|
|
container: twtug/lkmpg
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v3.1.0
|
|
|
|
|
|
+ - uses: actions/checkout@v4
|
|
- name: Build
|
|
- name: Build
|
|
run: |
|
|
run: |
|
|
make html
|
|
make html
|
|
- name: Deploy to gh-pages branch
|
|
- name: Deploy to gh-pages branch
|
|
- uses: peaceiris/actions-gh-pages@v3.9.0
|
|
|
|
|
|
+ uses: peaceiris/actions-gh-pages@v3.9.3
|
|
with:
|
|
with:
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
publish_dir: ./html
|
|
publish_dir: ./html
|