From 1e88c4b00083b057da119fc75cc7a71062d67922 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Thu, 21 Mar 2024 05:13:41 +0100 Subject: [PATCH] deploy old ext wallet preview --- .github/workflows/cloudflare-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index da331dc6c2..bbd2af5272 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -41,9 +41,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - # Checkout pull request HEAD commit instead of merge commit. with: - ref: ${{ github.event.pull_request.head.sha }} + repository: oasisprotocol/oasis-wallet-ext + ref: lw/rose-current - name: Set up Node.js 18 uses: actions/setup-node@v3 with: @@ -63,7 +63,7 @@ jobs: # Project name created via Cloudflare dashboard. projectName: oasis-wallet # Use output directory of build command. - directory: build + directory: dist # On a subsequent run the original comment will be updated. - name: Update PR comment uses: mshick/add-pr-comment@v2