Compare commits

..

1 commit

Author SHA1 Message Date
Leon Schwarzäugl
5e378178f2
chore: remove generated deploy files
Some checks are pending
Build and Deploy / build (push) Waiting to run
Build and Deploy / deploy (push) Blocked by required conditions
2025-12-31 04:03:28 +01:00
4 changed files with 446 additions and 1136 deletions

8
.github/README.md vendored
View file

@ -273,8 +273,9 @@
These are in random order (also known as 'the order in which I discovered them'). I would like to express my gratitude to:
- All the great people who have contributed code for the nix-community, with special mentions for (this list is unfairly incomplete):
<details>
<summary>The great people who have contributed code for the nix-community, with special mentions for (this list is unfairly incomplete)</summary>
<summary>Click here to expand...</summary>
- [guibou](https://github.com/guibou/)
- [rycee](https://github.com/rycee)
@ -299,8 +300,9 @@
- [oddlama](https://github.com/oddlama)
</details>
- All the people who have inspired me with their configurations (sadly also highly incomplete):
<details>
<summary>The people who have inspired me with their configurations (sadly also highly incomplete)</summary>
<summary>Click here to expand...</summary>
- [theSuess](https://github.com/theSuess) with their [home-manager](https://code.kulupu.party/thesuess/home-manager)
- [hlissner](https://github.com/hlissner) with their [dotfiles](https://github.com/hlissner/dotfiles)
@ -313,7 +315,7 @@
- [EmergentMind](https://github.com/EmergentMind) with their [nix-config](https://github.com/EmergentMind/nix-config)
- [librephoenix](https://github.com/librephoenix) with their [nixos-config](https://github.com/librephoenix/nixos-config)
- [Xe](https://github.com/Xe) with their [blog](https://xeiaso.net/blog/)
- [oddlama](https://github.com/oddlama) with their [nix-config](https:/github.com/oddlama/nix-config)
- [oddlama](https://github.com/oddlama) with their absolutely incredible [nix-config](https:/github.com/oddlama/nix-config)
</details>
If you feel that I forgot to pay you tribute for code that I used in this repository, please shoot me a message and I will fix it :)

View file

@ -3,8 +3,8 @@ name: Build and Deploy
on:
push:
branches:
- feat/router
workflow_dispatch:
- feat/router # or master, depending on your default branch
workflow_dispatch: # allows manual trigger
permissions:
contents: read
@ -27,16 +27,14 @@ jobs:
sudo apt-get update
sudo apt-get install -y emacs-nox elpa-htmlize
- name: Tangle files & export to HTML
- name: Export Org to HTML
run: |
emacs --batch \
--eval "(require 'org)" \
--eval "(setq org-confirm-babel-evaluate nil
org-html-validation-link nil
org-export-headline-levels 6
org-export-with-broken-links 'mark)" \
--visit=SwarselSystems.org \
--funcall org-babel-tangle
--funcall org-html-export-to-html
- name: Setup Pages
@ -45,7 +43,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'site'
path: '.'
deploy:
environment:

3
.gitignore vendored
View file

@ -7,4 +7,5 @@ result
*.bak
.pre-commit-config.yaml
.direnv
/site/
/index.html
/style.css

File diff suppressed because it is too large Load diff