mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
remove route from cloudflare config and replace determinate cache with github own one
This commit is contained in:
parent
75329b7d63
commit
1c5505ece5
2 changed files with 9 additions and 6 deletions
14
.github/workflows/deploy.yml
vendored
14
.github/workflows/deploy.yml
vendored
|
@ -17,11 +17,15 @@ jobs:
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/determinate-nix-action@v3
|
uses: DeterminateSystems/determinate-nix-action@v3
|
||||||
|
|
||||||
- name: Setup FlakeHub Cache
|
- name: Setup Nix store cache
|
||||||
uses: DeterminateSystems/flakehub-cache-action@main
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
- name: Check Nix flake
|
path: |
|
||||||
uses: DeterminateSystems/flake-checker-action@main
|
~/.cache/nix
|
||||||
|
~/nix-store-cache
|
||||||
|
key: ${{ runner.os }}-nix-${{ hashFiles('flake.lock') }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-nix-
|
||||||
|
|
||||||
- name: Build site (pull request)
|
- name: Build site (pull request)
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
name = "softinio"
|
name = "softinio"
|
||||||
pages_build_output_dir = "./dist"
|
pages_build_output_dir = "./dist"
|
||||||
route = { pattern = "https://www.softinio.com", custom_domain = true }
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue