Skip to content

Revert "NoFree std::locale::locale()" #998

Revert "NoFree std::locale::locale()"

Revert "NoFree std::locale::locale()" #998

Workflow file for this run

name: Build and deploy Doxygen to Scripts
on:
push:
branches:

Check failure on line 5 in .github/workflows/doxygen.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/doxygen.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
- main
merge_group:
jobs:
docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: mattnotmitt/doxygen-action@v1.9.2
with:
working-directory: 'enzyme/'
doxyfile-path: 'doxygen.cfg'
- uses: wsmoses/action-deploy-scripts@main
with:
locker: 'enzyme-compiler'
remote: doxygen
privateKey: ${{ secrets.SCRIPTS_PRIVATE_KEY }}
rmRemote: true
local: enzyme/doxygen/html