Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Oct 30, 2020
1 parent 05115dd commit bb875cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: 1.4
- name: build and deploy
- name: install Documenter
run: julia --project=docs/ -e 'using Pkg; Pkg.add("SCS"); Pkg.add("Documenter")'
- name: build and deploy
run: julia --project=docs/ docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bb875cd

Please sign in to comment.