Skip to content

Commit 94b037f

Browse files
committed
upgrade hugo
1 parent 7bbbecc commit 94b037f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
env:
35-
HUGO_VERSION: 0.120.4
35+
HUGO_VERSION: 0.133.1
3636
steps:
3737
- name: Install Hugo CLI
3838
run: |

assets/js/vapourwave.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { GammaCorrectionShader } from "three/examples/jsm/shaders/GammaCorrectio
66
import { ShaderPass } from "three/examples/jsm/postprocessing/ShaderPass.js";
77
import { RGBShiftShader } from "three/examples/jsm/shaders/RGBShiftShader.js";
88

9-
// toggle-dark-mode
109
async function main() {
1110
const canvas = document.querySelector('canvas.webgl');
1211

0 commit comments

Comments
 (0)