mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 10:36:42 -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
|
||||
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'
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
name = "softinio"
|
||||
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