mdbx-ci: update doxygen-github-pages action.

Change-Id: I8a34588413026baea429a38402013cb9756d3bb2
This commit is contained in:
Leonid Yuriev 2020-11-17 02:08:40 +03:00
parent 89fbaa4de5
commit d9b919d5a6

View File

@ -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