Skip to content

Commit

Permalink
milestone: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhJae committed Jul 24, 2024
1 parent 2d8b1fa commit 84ee061
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20"
# Set up environment variables from secrets
- name: Set up Nuxt UI Pro license
run: |
echo "NUXT_UI_PRO_LICENSE=${{ secrets.NUXT_UI_PRO_LICENSE }}" > .env
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
# Pick your own package manager and build script
- run: npm install
- run: npx nuxt build --preset github_pages
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="docs/banner.png" width="100%" />
</p>

_🚧 This project is under heavy develpment. We'll be accepting contribution after the minimal foundation is built._
🚀 BlueScript Just went live! Check out [here](https://bluescript.app)!

# BlueScript Front End

Expand Down

0 comments on commit 84ee061

Please sign in to comment.