Skip to content

Commit d54e77a

Browse files
authored
Update Pollen.yml
1 parent cb34b5e commit d54e77a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Pollen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Adapted from https://github.com/MichaelHatherly/Publish.jl
2-
name: Publish
1+
2+
name: Pollen
33

44
on:
55
push:
@@ -25,10 +25,10 @@ jobs:
2525
run: |
2626
cd gh-pages
2727
julia --color=yes --project=../docs -e "using Pkg; Pkg.instantiate()"
28-
julia --color=yes --project=../docs -e 'using Pkg; Pkg.develop(path="..")'
28+
julia --color=yes --project=../docs -e 'using Pkg; Pkg.develop(path=".."); Pkg.add(Pkg.PackageSpec(url="https://github.com/lorenzoh/Pollen.jl", rev="main"))'
2929
julia --color=yes --project=../docs ../docs/make.jl
3030
git config user.name github-actions
3131
git config user.email [email protected]
3232
git add .
3333
git commit -m "(dev) Built by Publish.jl."
34-
git push
34+
git push

0 commit comments

Comments
 (0)