Skip to content

chore(deps): update codecov/codecov-action action to v5.0.2 (#797) #240

chore(deps): update codecov/codecov-action action to v5.0.2 (#797)

chore(deps): update codecov/codecov-action action to v5.0.2 (#797) #240

Workflow file for this run

name: Github Pages
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build 🔧
run: |
cd docs && make build
mv public ../
- name: Deploy 🚀
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: public