We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68929cb commit 672d16aCopy full SHA for 672d16a
1 file changed
.github/workflows/ci.yaml
@@ -39,19 +39,3 @@ jobs:
39
with:
40
name: production-files
41
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
56
- github_token: ${{ secrets.CI_CD_TOKEN }}
57
- publish_dir: ./dist
0 commit comments