Skip to content

Commit 0c085ed

Browse files
committed
nvm
This reverts commit 039df6d.
1 parent e5b6bd4 commit 0c085ed

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@ jobs:
2020
with:
2121
version: '1.12'
2222
- uses: julia-actions/cache@v3
23+
- name: Copy strict branch src over usage branch's (remove after merge)
24+
run: |
25+
git clone --branch strict https://github.com/JuliaAstro/ASDF.jl $RUNNER_TEMP/asdf-strict
26+
cp -r $RUNNER_TEMP/asdf-strict/src/* src/
27+
- name: Instantiate docs environment
28+
run: julia --project=docs -e 'using Pkg; Pkg.instantiate()'
2329
- name: Build and deploy
2430
uses: julia-actions/julia-docdeploy@v1
31+
with:
32+
install-package: false
2533
env:
2634
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
2735
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[deps]
22
ASDF = "686f71d1-807d-59a4-a860-28280ea06d7b"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4+
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
45

56
[compat]
67
Documenter = "1"

0 commit comments

Comments
 (0)