Skip to content

Commit

Permalink
back to academic cv
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeycho committed Nov 26, 2024
1 parent 2b04c48 commit 5f4cb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
- name: Run Build Script
run: |
chmod +x ./scripts/view-starter-dev.sh
./scripts/view-starter-dev.sh "research-group"
./scripts/view-starter-dev.sh "academic"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./starters/research-group/dist
path: ./starters/academic/dist

# Deploy website to GitHub Pages hosting
deploy:
Expand Down

0 comments on commit 5f4cb70

Please sign in to comment.