Skip to content
Snippets Groups Projects
Commit d30de181 authored by Theisen, Lambert's avatar Theisen, Lambert :fire:
Browse files

Test Github actions

parent 6b61c1bc
Branches
No related tags found
No related merge requests found
name: Doc
on:
push:
branches:
- master
pull_request:
jobs:
docs:
name: Doc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment