Skip to content

Commit

Permalink
Merge c503c0a into d46ba93
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Feb 22, 2022
2 parents d46ba93 + c503c0a commit 47bf787
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 390 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
run: julia --project=docs/ docs/make.jl
JULIA_DEBUG: Documenter # Print `@debug` statements (https://github.com/JuliaDocs/Documenter.jl/issues/955)
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
*.jl.*.cov
*.jl.mem
deps/deps.jl
/Manifest.toml
Manifest.toml
Loading

0 comments on commit 47bf787

Please sign in to comment.