Skip to content

Commit

Permalink
Add redirect.
Browse files Browse the repository at this point in the history
  • Loading branch information
aterenin committed May 2, 2024
1 parent 109087c commit e11e9d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true

jobs:
build:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Build website
run: zola build
- name: Check for server side KaTeX
run: grep -c "server_side_katex\s*=\s*true" config.toml | sed s/1/SERVER_SIDE_KATEX=true/ >> $GITHUB_ENV
run: grep -c "server_side_katex\s*=\s*true" config.toml | sed s/1/SERVER_SIDE_KATEX=true/ | sed s/0/SERVER_SIDE_KATEX=false/ >> $GITHUB_ENV
- name: Setup Node
uses: actions/setup-node@v4
if: ${{ env.SERVER_SIDE_KATEX == 'true' }}
Expand Down
6 changes: 6 additions & 0 deletions content/2024-05-02-vGPMP-Motion-Planning/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
title = "Redirect"
template = "redirect.html"
[extra]
redirect_to = "http://github.com/luke-ck/vgpmp/"
+++
2 changes: 1 addition & 1 deletion themes/academic-paper

0 comments on commit e11e9d2

Please sign in to comment.