Skip to content

Commit

Permalink
Speedup docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Sep 8, 2023
1 parent 2626fb3 commit f6e4248
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
run: |
using Pkg
pkg"registry add https://github.com/bsc-quantic/Registry.git"
pkg"registry add General"
shell: julia {0}
- name: Build package
uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f6e4248

Please sign in to comment.