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 fe6ab4f2cb - Show all commits

View file

@ -17,14 +17,13 @@ jobs:
- name: Build website
run: |
export HOME="$GITHUB_WORKSPACE"
printenv
nix-build dgnum.eu
# Hack to set the cache in the working directory
HOME="$GITHUB_WORKSPACE" nix-build dgnum.eu
- name: Clone dgnum.eu pages
uses: actions/checkout@v3
env:
GITEA_SERVER_URL: 'https://codeberg.org'
GITHUB_SERVER_URL: 'https://codeberg.org'
with:
repository: 'DGNum/pages'
path: pages