Skip to content

771 bugerror writing cost when we have resources that are not new build and not eligible for retirement #569

771 bugerror writing cost when we have resources that are not new build and not eligible for retirement

771 bugerror writing cost when we have resources that are not new build and not eligible for retirement #569

Workflow file for this run

name: Documenter
on:
pull_request:
push:
branches: [main, develop]
tags: ['*']
jobs:
Documenter:
permissions:
contents: write
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}