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.
1 parent cb34b5e commit d54e77aCopy full SHA for d54e77a
.github/workflows/Pollen.yml
@@ -1,5 +1,5 @@
1
-# Adapted from https://github.com/MichaelHatherly/Publish.jl
2
-name: Publish
+
+name: Pollen
3
4
on:
5
push:
@@ -25,10 +25,10 @@ jobs:
25
run: |
26
cd gh-pages
27
julia --color=yes --project=../docs -e "using Pkg; Pkg.instantiate()"
28
- julia --color=yes --project=../docs -e 'using Pkg; Pkg.develop(path="..")'
+ julia --color=yes --project=../docs -e 'using Pkg; Pkg.develop(path=".."); Pkg.add(Pkg.PackageSpec(url="https://github.com/lorenzoh/Pollen.jl", rev="main"))'
29
julia --color=yes --project=../docs ../docs/make.jl
30
git config user.name github-actions
31
git config user.email [email protected]
32
git add .
33
git commit -m "(dev) Built by Publish.jl."
34
- git push
+ git push
0 commit comments