Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
b45c8b3b
Unverified
Commit
b45c8b3b
authored
May 11, 2021
by
Laurent Heirendt
✈
Committed by
GitHub
May 11, 2021
Browse files
Merge pull request #233 from LCSB-BioCore/lh-fix-deploy
fix doc deployment
parents
2df44571
13d27f43
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/Documentation.yml
deleted
100644 → 0
View file @
2df44571
name
:
Documentation
on
:
push
:
tags
:
'
*'
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
julia-actions/setup-julia@latest
with
:
version
:
'
1.5'
-
name
:
Install dependencies
run
:
julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
-
name
:
Build and deploy
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
# For authentication with GitHub Actions token
DOCUMENTER_KEY
:
${{ secrets.DOCUMENTER_KEY }}
# For authentication with SSH deploy key
run
:
julia --project=docs/ docs/make.jl
docs/make.jl
View file @
b45c8b3b
...
...
@@ -58,9 +58,9 @@ makedocs(
],
)
deploydocs
(
repo
=
"github.com/
$
(ENV["
TRAVIS_REPO_SLUG
"])"
,
repo
=
"github.com/
$
(ENV["
TRAVIS_REPO_SLUG
"]).git"
,
target
=
"build"
,
branch
=
"gh-pages"
,
push_preview
=
true
,
deploy_config
=
deployconfig
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment