diff options
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/build_site.sh | 5 | ||||
| -rw-r--r-- | .github/workflows/ci.yaml | 19 |
2 files changed, 1 insertions, 23 deletions
diff --git a/.github/build_site.sh b/.github/build_site.sh index bc1df9e..a237847 100755 --- a/.github/build_site.sh +++ b/.github/build_site.sh @@ -5,10 +5,7 @@ set -euo pipefail function build_site { - asdf plugin add zola https://github.com/salasrod/asdf-zola - asdf install zola 0.17.2 - asdf global zola 0.17.2 - zola build --output-dir dist + curl -fsSL https://deno.land/x/install/install.sh | sh && /opt/buildhome/.deno/bin/deno task build } diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a19e5f0..f011fac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,25 +7,6 @@ on: workflow_dispatch: jobs: - ci: - name: Build site - - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 - - - name: Setup cache - uses: DeterminateSystems/magic-nix-cache-action@v7 - - - name: Build site - run: | - nix build --print-build-logs - check-and-lint: name: Check & lint |
