Skip to content

Commit a9f3897

Browse files
committed
release
1 parent 11d3340 commit a9f3897

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Deploy Website
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- 'web_visualizer/**' # Only run when web/ changes
8+
9+
jobs:
10+
deploy:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
15+
- name: Deploy to GitHub Pages
16+
uses: peaceiris/actions-gh-pages@v3
17+
with:
18+
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
publish_dir: ./web_visualizer
20+
publish_branch: gh-pages

data_structure/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "lactea",
33
"version-string": "0.1.0",
44
"dependencies": [
5+
"tbb",
56
"glfw3",
67
"glew",
78
"glm",

0 commit comments

Comments
 (0)