diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-27 07:58:36 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-27 07:58:36 -0800 |
| commit | 4540a59ed2f692bc3f507fb12ed6d21a2b770b9e (patch) | |
| tree | 91d1fd8ce1be1d3db00500fa2a4ce97171da79bf /.github/workflows/check-links.yml | |
| parent | update some of the workflows (diff) | |
| download | fcuny.net-4540a59ed2f692bc3f507fb12ed6d21a2b770b9e.tar.gz | |
add some emoji
Diffstat (limited to '.github/workflows/check-links.yml')
| -rw-r--r-- | .github/workflows/check-links.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 97ddc8a..4ea3833 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -1,4 +1,4 @@ -name: Check links +name: 🌐 Check Links "on": pull_request: @@ -26,7 +26,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 - - uses: DeterminateSystems/magic-nix-cache-action@v8 - name: Build the site run: nix build --print-build-logs - name: Restore lychee cache |
