ci: deploy the website from GitHub Actions
This commit is contained in:
parent
a5af2a5b22
commit
2c77fdbfba
4 changed files with 76 additions and 35 deletions
24
doc/website/index.html
Normal file
24
doc/website/index.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>nix-darwin</title>
|
||||
<script>
|
||||
window.location.replace("https://github.com/nix-darwin/nix-darwin?tab=readme-ov-file#readme");
|
||||
</script>
|
||||
<noscript>
|
||||
<meta
|
||||
http-equiv="refresh"
|
||||
content="0; url=https://github.com/nix-darwin/nix-darwin?tab=readme-ov-file#readme">
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
<h1>nix-darwin</h1>
|
||||
<p>
|
||||
nix-darwin is a declarative configuration system for macOS, based
|
||||
on Nix. See the
|
||||
<a href="https://github.com/nix-darwin/nix-darwin?tab=readme-ov-file#readme">GitHub
|
||||
repository</a> for more information.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue