Skip to content

Commit

Permalink
static: Output to static/ & exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Oct 17, 2023
1 parent 607fb5c commit 1674041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Upload only 'out' directory
publish_dir: './out'
destination_dir: static
exclude_assets: '.github,.vscode,**.json,**.yml,**.js,README.md,LICENSE'

0 comments on commit 1674041

Please sign in to comment.