mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 00:31:09 +00:00
refactor: reorganize docs and aux files
This commit is contained in:
parent
0ac841e6fa
commit
7160e5adbd
9 changed files with 4 additions and 4 deletions
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: './blahd/docs'
|
path: './docs'
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,6 +3,6 @@
|
||||||
*.key
|
*.key
|
||||||
|
|
||||||
config.toml
|
config.toml
|
||||||
/pages/default.json
|
/test-frontend/default.json
|
||||||
result
|
result
|
||||||
result-*
|
result-*
|
||||||
|
|
|
@ -56,7 +56,7 @@ rec {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/etc/systemd/system
|
mkdir -p $out/etc/systemd/system
|
||||||
substitute ./blahd/blahd.example.service $out/etc/systemd/system/blahd.service \
|
substitute ./contrib/blahd.example.service $out/etc/systemd/system/blahd.service \
|
||||||
--replace-fail '/usr/bin/blahd' "$out/bin/blahd"
|
--replace-fail '/usr/bin/blahd' "$out/bin/blahd"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ rec {
|
||||||
|
|
||||||
nixosModules = rec {
|
nixosModules = rec {
|
||||||
default = blahd;
|
default = blahd;
|
||||||
blahd = import ./nix/module.nix {
|
blahd = import ./contrib/module.nix {
|
||||||
inherit self;
|
inherit self;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue