Skip to content

Commit

Permalink
repo argument fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poludmik committed Dec 25, 2023
1 parent 61c8bd8 commit 8153df3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1.9'
version: '1.6'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ makedocs(sitename="NeuralCollaborativeFiltering.jl",
)

deploydocs(
repo = "github.com/poludmik/NeuralCollaborativeFiltering.git",
repo = "github.com/poludmik/NeuralCollaborativeFiltering.jl.git",
branch = "gh-pages",
target = "build"
)

0 comments on commit 8153df3

Please sign in to comment.