Skip to content

Commit fee0c43

Browse files
committed
Patches to Documentation.yml
1 parent a13d986 commit fee0c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Documentation
66
on:
77
push:
88
branches:
9-
- master # update to match your development branch (master, main, dev, trunk, ...)
9+
- main
1010
tags: '*'
1111
pull_request:
1212
workflow_dispatch:
@@ -29,13 +29,13 @@ jobs:
2929
version: '1.8'
3030
- uses: julia-actions/cache@v2
3131
- name: Install dependencies
32-
shell: julia --color=yes --project=docs {0}
32+
shell: julia --color=yes --project=. {0}
3333
run: |
3434
using Pkg
3535
Pkg.develop(PackageSpec(path=pwd()))
3636
Pkg.instantiate()
3737
- name: Build and deploy
38-
run: julia --color=yes --project=docs docs/make.jl
38+
run: julia --color=yes --project=. docs/make.jl
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
4141
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key

0 commit comments

Comments
 (0)