lektor-website/Website.lektorproject
Jeff Dairiki abe0593395 Deploy to https://lektor.github.io/lektor-website/
Disuse tox for running the deployment.  By default tox filters most
environment variables out when running testenvs. This filters any
credentials (e.g. LEKTOR_DEPLOY_PASSWORD) from the environment.

Those environment variables could be passed to the testenv, but it
seems simpler to build and deploy straight from the workflow.
2022-02-23 17:37:38 -08:00

28 lines
556 B
INI

[project]
name = Lektor
url = https://www.getlektor.com/
url_style = relative
[servers.ghpages]
enabled = yes
name = Github pages on repo
target = ghpages://lektor/lektor-website
default = yes
[servers.ghpages-https]
enabled = yes
name = Github pages on repo
target = ghpages+https://lektor/lektor-website
default = not
[packages]
lektor-webpack-support = 0.3
lektor-disqus-comments = 0.1
lektor-markdown-header-anchors = 0.1
lektor-markdown-highlighter = 0.1
lektor-markdown-admonition = 0.1
lektor-atom = 0.4.0
lektor-tags = 0.3
lektor-slugify = 0.4