Skip to content

Commit 7bb5acd

Browse files
committed
Cleanup workflow
1 parent 42bb9b6 commit 7bb5acd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ jobs:
6363
name: build
6464
path: lib/
6565

66-
- run: ls -al ./lib
67-
6866
- name: Cache Node Modules
6967
id: cache-node
7068
uses: actions/cache@v4
@@ -127,15 +125,3 @@ jobs:
127125
env:
128126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129127
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
130-
131-
# - name: Publish to cdn.spooky.click
132-
# if: steps.changesets.outputs.published == 'true'
133-
# uses: matthewp/cdn-spooky-deploy-action@v4
134-
# with:
135-
# key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
136-
# access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
137-
# pkg: 'haunted'
138-
# source: 'lib'
139-
# version: ${{ steps.extract_version.outputs.version }}
140-
# symlink: true
141-
# entry: main.js

0 commit comments

Comments
 (0)