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
62523ec4
Commit
62523ec4
authored
Feb 25, 2021
by
St. Elmo
Browse files
doc update
parent
ab01e267
Changes
4
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DocCleanup.yml
0 → 100644
View file @
62523ec4
name
:
Doc Preview Cleanup
on
:
pull_request
:
types
:
[
closed
]
jobs
:
doc-preview-cleanup
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout gh-pages branch
uses
:
actions/checkout@v2
with
:
ref
:
gh-pages
-
name
:
Delete preview and history
run
:
|
git config user.name "Documenter.jl"
git config user.email "documenter@juliadocs.github.io"
git rm -rf "previews/PR$PRNUM"
git commit -m "delete preview"
git branch gh-pages-new $(echo "delete history" | git commit-tree HEAD^{tree})
env
:
PRNUM
:
${{ github.event.number }}
-
name
:
Push changes
run
:
|
git push --force origin gh-pages-new:gh-pages
\ No newline at end of file
.github/workflows/
d
oc
s
.yml
→
.github/workflows/
D
oc
umentation
.yml
View file @
62523ec4
File moved
docs/Project.toml
0 → 100644
View file @
62523ec4
[deps]
Documenter
=
"e30172f5-a6a5-5a46-863b-614d45cd2de4"
[compat]
Documenter
=
"0.26"
\ No newline at end of file
docs/make.jl
View file @
62523ec4
using
Documenter
,
CobraTools
cd
(
"docs"
)
makedocs
(
sitename
=
"CobraTools.jl"
,
...
...
@@ -13,6 +13,8 @@ makedocs(
"Equilibrator Interface"
=>
"thermo_tools.md"
,
"Brenda Interface"
=>
"brenda_tools.jl"
]
)
)
cd
(
".."
)
\ No newline at end of file
deploydocs
(
repo
=
"github.com/stelmo/CobraTools.jl.git"
,
)
\ No newline at end of file
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