Skip to content

Commit e371777

Browse files
authored
Merge pull request #159 from sandialabs/dev-t
Update pages.yml
2 parents de34631 + fa0e00b commit e371777

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
mv _site/rust/docs/polymers/ _site/rust/docs/latest/
4040
- name: stable docs julia
4141
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}'")'
42+
julia -e 'using Pkg; Pkg.add(url="https://github.com/sandialabs/Polymers", rev="'${{ steps.last_release.outputs.tag_name }}'")'
4443
mkdir -p _site/julia/docs/stable/
4544
julia -e 'using Pkg; Pkg.add(["DocStringExtensions", "Documenter"])'
4645
julia docs/make.jl

0 commit comments

Comments
 (0)