]> git.ipfire.org Git - thirdparty/pdns.git/commit
adds options to publish to Netlify and AWS
authorFrancisco Laguna de la Vera <francisco.laguna@open-xchange.com>
Tue, 1 Oct 2024 11:39:15 +0000 (13:39 +0200)
committermilzi234 <fla@synapps.de>
Tue, 19 Nov 2024 09:43:51 +0000 (10:43 +0100)
commit61fa36aba7fd99193abb901bc34c35b9a6516139
tree6274e67ed2ab6aed4700dc5514623648043e7f37
parentb476fe1494e90b6f7a11c78231c90964769949f4
adds options to publish to Netlify and AWS

When applied, this commit allows for the documentation to be published to Netlify and AWS based on the secrets and variables present (see the comment in documentation.yml)
20 files changed:
.github/scripts/publish.js [new file with mode: 0644]
.github/workflows/documentation.yml
.gitignore
website/docs.powerdns.com/index.html [new file with mode: 0644]
website/docs.powerdns.com/robots.txt [new file with mode: 0644]
website/docs.powerdns.com/website/LICENSE [new file with mode: 0644]
website/docs.powerdns.com/website/README.md [new file with mode: 0644]
website/docs.powerdns.com/website/css/bootstrap.css [new file with mode: 0644]
website/docs.powerdns.com/website/css/bootstrap.min.css [new file with mode: 0644]
website/docs.powerdns.com/website/css/one-page-wonder.css [new file with mode: 0644]
website/docs.powerdns.com/website/favicon.ico [new file with mode: 0644]
website/docs.powerdns.com/website/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
website/docs.powerdns.com/website/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
website/docs.powerdns.com/website/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
website/docs.powerdns.com/website/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
website/docs.powerdns.com/website/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
website/docs.powerdns.com/website/img/powerdns-logo-trans.png [new file with mode: 0644]
website/docs.powerdns.com/website/js/bootstrap.js [new file with mode: 0644]
website/docs.powerdns.com/website/js/bootstrap.min.js [new file with mode: 0644]
website/docs.powerdns.com/website/js/jquery.js [new file with mode: 0644]