Skip to content

Commit

Permalink
fix documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Mar 27, 2024
1 parent 770b00b commit 883160a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Documenter

on:
push:
branches: [main]
branches: main
tags: [v*]
pull_request:

Expand All @@ -14,12 +14,8 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@v1
with:
version: '1.10'
show-versioninfo: true # this causes versioninfo to be printed to the action log
- uses: actions/checkout@v4
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 883160a

Please sign in to comment.