Skip to content

Bump peter-evans/create-pull-request from 6 to 7 (#2072) #1502

Bump peter-evans/create-pull-request from 6 to 7 (#2072)

Bump peter-evans/create-pull-request from 6 to 7 (#2072) #1502

Workflow file for this run

name: Build and deploy Doxygen to Scripts
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: mattnotmitt/doxygen-action@v1.9.8
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