Skip to content

Commit

Permalink
rm Smoothblabla from project
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetivie committed Apr 23, 2024
1 parent 87e1dc3 commit 93ad975
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,903 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
with:
version: '1'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.add(url=""https://github.com/dmetivie/SmoothPeriodicStatsModels.jl#master""); Pkg.instantiate()'
# see https://discourse.julialang.org/t/hosting-docs-with-documenter-jl-with-dependencies-github-actions-with-unregistered-packages/83364/10?u=dmetivie
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.add(url="https://github.com/dmetivie/SmoothPeriodicStatsModels.jl#master"); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
Expand Down
Loading

0 comments on commit 93ad975

Please sign in to comment.