Add deployment workflow #7
1 changed files with 3 additions and 4 deletions
|
@ -17,14 +17,13 @@ jobs:
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: |
|
run: |
|
||||||
export HOME="$GITHUB_WORKSPACE"
|
# Hack to set the cache in the working directory
|
||||||
printenv
|
HOME="$GITHUB_WORKSPACE" nix-build dgnum.eu
|
||||||
nix-build dgnum.eu
|
|
||||||
|
|
||||||
- name: Clone dgnum.eu pages
|
- name: Clone dgnum.eu pages
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
env:
|
env:
|
||||||
GITEA_SERVER_URL: 'https://codeberg.org'
|
GITHUB_SERVER_URL: 'https://codeberg.org'
|
||||||
with:
|
with:
|
||||||
repository: 'DGNum/pages'
|
repository: 'DGNum/pages'
|
||||||
path: pages
|
path: pages
|
||||||
|
|
Loading…
Reference in a new issue