Skip to content

chore(deps): bump prettier-plugin-tailwindcss from 0.6.9 to 0.6.10 (#22) #47

chore(deps): bump prettier-plugin-tailwindcss from 0.6.9 to 0.6.10 (#22)

chore(deps): bump prettier-plugin-tailwindcss from 0.6.9 to 0.6.10 (#22) #47

Workflow file for this run

on:
push:
branches: [main]
jobs:
deploy:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://cache.garnix.io?priority=41 https://cache.nixos.org/
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .
- run: nix develop .#deploy
- run: |
netlify deploy \
--dir=$(readlink --canonicalize result) \
--prod \
--site ${{ secrets.NETLIFY_SITE_ID }} \
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
- name: Upload artifact
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: blog
path: ./result