remove route from cloudflare config and replace determinate cache with github own one

This commit is contained in:
Salar Rahmanian 2025-06-14 11:57:27 -07:00
parent 75329b7d63
commit 1c5505ece5
2 changed files with 9 additions and 6 deletions

View file

@ -17,11 +17,15 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/determinate-nix-action@v3
- name: Setup FlakeHub Cache
uses: DeterminateSystems/flakehub-cache-action@main
- name: Check Nix flake
uses: DeterminateSystems/flake-checker-action@main
- name: Setup Nix store cache
uses: actions/cache@v4
with:
path: |
~/.cache/nix
~/nix-store-cache
key: ${{ runner.os }}-nix-${{ hashFiles('flake.lock') }}
restore-keys: |
${{ runner.os }}-nix-
- name: Build site (pull request)
if: github.event_name == 'pull_request'

View file

@ -1,3 +1,2 @@
name = "softinio"
pages_build_output_dir = "./dist"
route = { pattern = "https://www.softinio.com", custom_domain = true }