Skip to content

ECONNREFUSED temporary fix #139

ECONNREFUSED temporary fix

ECONNREFUSED temporary fix #139

Workflow file for this run

name: Documenter
on:
push:
branches: [master]
tags: [v*]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
docdeploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
DOCUMENTER_KEY: ${{ secrets.COMPATHELPER_PRIV }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}