Skip to content

Commit

Permalink
ci: do it rigth
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 13, 2023
1 parent 396126d commit 1129dc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: build-scratch-blocks
on:
push:
permissions:
contents: write
jobs:
setup:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -33,8 +35,8 @@ jobs:
chrome-version: latest
- name: Install Node Dependencies
run: npm ci
- run: cd gh-pages ls -la
- run: cd github-pages ls -la
- run: cd gh-pages && ls -la
- run: cd github-pages && ls -la
# - name: Lint
# run: npm run test:lint
# - name: Run Tests
Expand Down

0 comments on commit 1129dc4

Please sign in to comment.