Add deployment workflow #7

Merged
hubrecht merged 32 commits from refs/pull/7/head into master 2023-06-30 11:56:52 +02:00
Showing only changes of commit 5b8de53749 - Show all commits

View file

@ -17,13 +17,11 @@ jobs:
- name: Build website
run: |
mkdir .store
printenv HOME
export HOME=$(pwd)
nix --extra-experimental-features nix-command \
--extra-experimental-features flakes \
--no-eval-cache \
build dgnum.eu
with:
HOME: ${{ GITEA_WORKDIR }}
- name: Clone dgnum.eu
uses: actions/checkout@v3