org-roam
notes sync service and new workflows
This commit is contained in:
parent
021ee17f1b
commit
ff6d91c282
9 changed files with 52 additions and 24 deletions
6
.github/workflows/build-hs.yaml
vendored
6
.github/workflows/build-hs.yaml
vendored
|
@ -14,12 +14,12 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- uses: cachix/install-nix-action@v17
|
||||
- uses: cachix/install-nix-action@v18
|
||||
with:
|
||||
extra_nix_config: |
|
||||
max-jobs = 10
|
||||
accept-flake-config = true
|
||||
|
||||
- uses: cachix/cachix-action@v10
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: aciceri-fleet
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue