Skip to content

Commit 7ff3003

Browse files
committed
Use sources section to specify local paths
1 parent 0c6ec87 commit 7ff3003

3 files changed

Lines changed: 5 additions & 603 deletions

File tree

.github/workflows/Documenter.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: julia-actions/setup-julia@latest
1717
with:
18-
version: "1.9.3"
18+
version: "1"
1919
- uses: julia-actions/cache@v2
2020
- uses: julia-actions/julia-buildpkg@latest
21-
- name: Instantiate generator
22-
run: "julia --project=generator -e 'using Pkg; Pkg.instantiate()'"
2321
- uses: julia-actions/julia-docdeploy@latest
2422
env:
2523
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token

0 commit comments

Comments
 (0)