mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-21 22:42:20 +00:00
Update GitHub actions
This commit is contained in:
parent
2c9b6345a3
commit
1db5f3fb67
2 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Checkout the Git repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build library and examples
|
||||
run: |
|
||||
|
|
6
.github/workflows/doc.yml
vendored
6
.github/workflows/doc.yml
vendored
|
@ -9,12 +9,12 @@ jobs:
|
|||
|
||||
doc:
|
||||
name: Deploy documentation
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout the Git repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install doxygen
|
||||
run: |
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
mv latex/refman.pdf html/PDF-documentation.pdf
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.7
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: html
|
||||
|
|
Loading…
Reference in a new issue