Skip to content

Update doxygen.yml

Update doxygen.yml #14

Workflow file for this run

name: Doxygen Action
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Doxygen Action
uses: mattnotmitt/[email protected]
- name: Create .nojekyll
run: |
pwd
echo ${{github.workspace}}
ls -la
echo ls -la html
ls -la html
touch .nojekyll
chmod +w html
touch ${{github.workspace}}/html/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: html
token: ${{ secrets.TOKEN_TEST_GH_PAGES }}
repository-name: katono/test_gh_pages
branch: master