Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jun 20, 2024
1 parent 77686f6 commit 048eee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/metatheory-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Build Site
run: |
nix build --accept-flake-config .#plutus-metatheory-site
cp -RL ./result/* ./_site
mkdir _site
cp -RL result/* _site
- name: Deploy Site
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 048eee1

Please sign in to comment.