Skip to content

Commit

Permalink
Fix website base
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Nov 7, 2023
1 parent 7b7954e commit 41a7a2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -20,7 +20,7 @@ jobs:
hugo-version: '0.74.3'

- name: Build
run: hugo --minify && echo -n polygeist.mit.edu > ./public/CNAME
run: hugo --minify && echo -n polygeist.llvm.org > ./public/CNAME

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = "https://polygeist.mit.edu/"
baseURL = "https://polygeist.llvm.org/"
languageCode = "en-us"
title = "Polygeist"
theme = "mlir"
Expand Down

0 comments on commit 41a7a2b

Please sign in to comment.