Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed Aug 22, 2023
1 parent 780322f commit eabcc1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
- run: mkdir dist/ssr/functions
- run: echo "export async function onRequest(context) { return new Response('Hello, world!') }" > dist/ssr/functions/hello.js
- run: echo "<html><body>hi</body></html>" > dist/ssr/index.html
- run: cp -a dist/ssr/functions .
- run: ls -la functions
- name: upload
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -96,7 +94,8 @@ jobs:
name: ${{ inputs.network }}-build
path: dist/ssr
# - run: echo $(ls -l)
# - run: cp -a dist/ssr/functions .
- run: cp -a dist/ssr/functions .
- run: ls -la functions
# - run: cd dist/spa/functions/ssr && yarn install && cd -
- name: publish
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit eabcc1a

Please sign in to comment.