Skip to content

Commit

Permalink
no copy
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jun 20, 2024
1 parent e9fd5e6 commit 247e3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Build
run: |
out="$(nix build .^out --print-out-paths --no-link)"
cp -vrL "$out/lib/node_modules/neohome/dist" "${{ env.DISTDIR }}"
echo "dist=$out/lib/node_modules/neohome/dist" >> "$GITHUB_ENV"
- name: Publish
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
command: pages deploy --project-name=neohome --branch preview "${{ env.DISTDIR }}"
command: pages deploy --project-name=neohome --branch preview "${{ env.dist }}"

0 comments on commit 247e3e5

Please sign in to comment.