Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpineda committed Nov 5, 2023
1 parent 1e2530a commit d900348
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/titan-reactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Checkout LFS objects
run: git lfs checkout

- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
Expand All @@ -35,6 +35,9 @@ jobs:
- name: Run build
run: yarn build

- name: List directory contents
run: ls -R ./dist

- name: Publish Titan Reactor
uses: cloudflare/pages-action@1
with:
Expand Down

0 comments on commit d900348

Please sign in to comment.