mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 18:54:14 +08:00
mdbx-ci: update doxygen-github-pages action.
Change-Id: I8a34588413026baea429a38402013cb9756d3bb2
This commit is contained in:
parent
89fbaa4de5
commit
d9b919d5a6
8
.github/workflows/doxygen-github-pages.yml
vendored
8
.github/workflows/doxygen-github-pages.yml
vendored
@ -6,10 +6,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set Actions Allow Unsecure Commands (temporary)
|
||||||
|
run: |
|
||||||
|
echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2.3.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install doxygen
|
- name: Install doxygen
|
||||||
@ -22,4 +25,5 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: docs/html
|
FOLDER: docs/html
|
||||||
|
CLEAN: true
|
||||||
SINGLE_COMMIT: true
|
SINGLE_COMMIT: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user