We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de34631 + fa0e00b commit e371777Copy full SHA for e371777
.github/workflows/pages.yml
@@ -39,8 +39,7 @@ jobs:
39
mv _site/rust/docs/polymers/ _site/rust/docs/latest/
40
- name: stable docs julia
41
run: |
42
- export LATEST_VERSION=$(echo ${{ steps.last_release.outputs.tag_name }} | cut -d v -f 2)
43
- julia -e 'using Pkg; Pkg.add(url="https://github.com/sandialabs/Polymers", rev="'${LATEST_VERSION}'")'
+ julia -e 'using Pkg; Pkg.add(url="https://github.com/sandialabs/Polymers", rev="'${{ steps.last_release.outputs.tag_name }}'")'
44
mkdir -p _site/julia/docs/stable/
45
julia -e 'using Pkg; Pkg.add(["DocStringExtensions", "Documenter"])'
46
julia docs/make.jl
0 commit comments