Skip to content

Commit 672d16a

Browse files
committed
chore: Remove now defunct deploy action
1 parent 68929cb commit 672d16a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,3 @@ jobs:
3939
with:
4040
name: production-files
4141
path: ./dist
42-
43-
deploy:
44-
needs: build
45-
runs-on: ubuntu-latest
46-
steps:
47-
- name: Download artifact
48-
uses: actions/download-artifact@v4
49-
with:
50-
name: production-files
51-
path: ./dist
52-
53-
- name: Deploy to GitHub Pages
54-
uses: peaceiris/actions-gh-pages@v4
55-
with:
56-
github_token: ${{ secrets.CI_CD_TOKEN }}
57-
publish_dir: ./dist

0 commit comments

Comments
 (0)