Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

chore(deps): move nixpkgs to nixpkgs-unstable #3

chore(deps): move nixpkgs to nixpkgs-unstable

chore(deps): move nixpkgs to nixpkgs-unstable #3

Workflow file for this run

---
name: site
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
update-resume-site:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4.1.1
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
- name: "Build 🛠️"
run: "nix build ."
- name: "Deploy 🚀"
if: ${{ github.ref == 'refs/heads/main' }}
uses: crazy-max/ghaction-github-pages@v4.0.0
with:
target_branch: gh-pages
build_dir: result
follow_symlinks: true
keep_history: false
fqdn: jesusmtnez.es
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}