Skip to content

Commit

Permalink
all in one
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Jan 10, 2024
1 parent ed55867 commit 6a4e4ab
Show file tree
Hide file tree
Showing 17 changed files with 42,176 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Deploy Pages

on:
push:
branches: ["main"]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18

- name: Build
run: npm install -g pnpm && pnpm install && pnpm build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# llama-tokenizer-playground
# llama-tokenizer-playground

check out github pages.
Loading

0 comments on commit 6a4e4ab

Please sign in to comment.