From de45c92043c10490bf968a767fbc1085fcd3dd79 Mon Sep 17 00:00:00 2001 From: Edgar Simo-Serra Date: Mon, 19 Aug 2024 20:49:34 +0900 Subject: [PATCH 1/3] Add link to related projects such as ES. --- content/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/index.md b/content/index.md index 76cf5a9..cf245df 100644 --- a/content/index.md +++ b/content/index.md @@ -52,3 +52,7 @@ If you’re a Linux user, you can also get Naev from a few other sources, see th #### How can I get in touch?: You can join the discussion via the links on the <%= link_to( 'contact', @items['/contact.md'].path ) %> page, or from the website header bar above. + +#### Related projects + +* [Endless Skies](https://endless-sky.github.io/) is another great open source 2D space trading and combat game similar to the classic Escape Velocity series. Although inspired from the same source, it takes a different takeon the gameplay and mechanics to Naev. From a38f2c4c30aee6afb9cbbda8367f11a247444586 Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:07:35 +0300 Subject: [PATCH 2/3] fix(typo): Endless Skies to Endless Sky --- content/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.md b/content/index.md index cf245df..404ecb2 100644 --- a/content/index.md +++ b/content/index.md @@ -55,4 +55,4 @@ You can join the discussion via the links on the <%= link_to( 'contact', @items[ #### Related projects -* [Endless Skies](https://endless-sky.github.io/) is another great open source 2D space trading and combat game similar to the classic Escape Velocity series. Although inspired from the same source, it takes a different takeon the gameplay and mechanics to Naev. +* [Endless Sky](https://endless-sky.github.io/) is another great open source 2D space trading and combat game similar to the classic Escape Velocity series. Although inspired from the same source, it takes a different takeon the gameplay and mechanics to Naev. From a7bc14a8dc4b1527299d14e5c35fa28ceaf2f04e Mon Sep 17 00:00:00 2001 From: Jack Greiner Date: Tue, 5 Nov 2024 17:22:23 -0500 Subject: [PATCH 3/3] Bump github actions to v4 --- .github/workflows/website_check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website_check.yml b/.github/workflows/website_check.yml index 4954b5e..4203386 100644 --- a/.github/workflows/website_check.yml +++ b/.github/workflows/website_check.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Naev Website Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup APT Packages uses: awalsh128/cache-apt-pkgs-action@latest @@ -30,14 +30,14 @@ jobs: make check - name: Upload Crash Log - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: naev-website-${{ github.sha }}-crashlog path: ./*.log if-no-files-found: warn - name: Upload Website Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: naev-website-${{ github.sha }} path: ./output/*