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 a6097b3 commit 5115183
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/metatheory-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
ref: ${{ inputs.version }}

- name: Build Site
run: nix build --accept-flake-config .#plutus-metatheory-site

- name: Copy Result
run: cp -r ./result ./_site
run: |
nix build --accept-flake-config .#plutus-metatheory-site
cp -RL ./result/* ./_site
- name: Deploy Site
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 5115183

Please sign in to comment.