Skip to content

Commit

Permalink
Add ]dev . to action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Oct 27, 2022
1 parent bcdf6f1 commit c8d87c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: '1.6'
- run: julia --proj=docs -e 'import Pkg; Pkg.dev(path=@__DIR__)'
- uses: julia-actions/julia-buildpkg@latest
with:
project: "docs/"
project: "docs"
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
run: julia --project=docs/ docs/make.jl
run: julia --project=docs docs/make.jl

0 comments on commit c8d87c4

Please sign in to comment.