Jason Rasmussen před 1 rokem
rodič
revize
6ae7a92e03
2 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. 4 0
      .github/workflows/test.yml
  2. 1 1
      docs/docs/guides/remote-access.md

+ 4 - 0
.github/workflows/test.yml

@@ -45,6 +45,10 @@ jobs:
         run: npm run check
         if: ${{ !cancelled() }}
 
+      - name: Run build
+        run: npm run build
+        if: ${{ !cancelled() }}
+
   server-unit-tests:
     name: Run server unit test suites and checks
     runs-on: ubuntu-latest

+ 1 - 1
docs/docs/guides/remote-access.md

@@ -50,7 +50,7 @@ A remote reverse proxy like [Cloudflare](https://www.cloudflare.com/learning/cdn
 ### Pros
 
 - No additional software needs to be installed client-side
-- If you only need access to the web interface remotely, it is possible to set up access controls that shield you from zero-day vulnerabilities on Immich. [Cloudflare Access](<(https://www.cloudflare.com/zero-trust/products/access/)>) has a generous free tier.
+- If you only need access to the web interface remotely, it is possible to set up access controls that shield you from zero-day vulnerabilities on Immich. [Cloudflare Access](https://www.cloudflare.com/zero-trust/products/access/) has a generous free tier.
 
 ### Cons