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

View file

@ -9,7 +9,7 @@ on:
jobs:
publish:
runs-on: nix
runs-on: native
steps:
- uses: actions/checkout@v3
with:
@ -19,7 +19,7 @@ jobs:
run: |
nix-build dgnum.eu
- name: Clone dgnum.eu
- name: Clone dgnum.eu pages
uses: actions/checkout@v3
env:
GITEA_SERVER_URL: 'https://codeberg.org'