Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanawy committed Feb 27, 2024
1 parent 40231ae commit 99d8680
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 59 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ jobs:
- uses: jetli/trunk-action@v0.1.0
- uses: jetli/wasm-bindgen-action@v0.1.0

- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v4

- run: trunk build --release

- uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
# Upload entire repository
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
54 changes: 0 additions & 54 deletions .github/workflows/static.yml

This file was deleted.

0 comments on commit 99d8680

Please sign in to comment.