1
0
Fork 0

full urls again
All checks were successful
Build Blog / Build (push) Successful in 6m17s

This commit is contained in:
saji 2025-04-21 10:56:40 -05:00
parent f50737ac12
commit 836ef1fb3b
2 changed files with 6 additions and 2 deletions

View file

@ -7,3 +7,7 @@ end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
charset = utf-8 charset = utf-8
[*.y?ml]
indent_style = space
indent_size = 2

View file

@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: github.com/cachix/install-nix-action@v31 - uses: "https://github.com/cachix/install-nix-action@v31"
- uses: github.com/DeterminateSystems/magic-nix-cache-action@main - uses: "https://github.com/DeterminateSystems/magic-nix-cache-action@main"
with: with:
diagnostic-endpoint: "" diagnostic-endpoint: ""
- name: Build site - name: Build site