diff --git a/.forgejo/workflows/serve.yaml b/.forgejo/workflows/serve.yaml
index 6bd8ab9..8f8b4ba 100644
--- a/.forgejo/workflows/serve.yaml
+++ b/.forgejo/workflows/serve.yaml
@@ -14,7 +14,7 @@ jobs:
         run: ./.env/bin/pip install mystmd jupyter jupyterlab_myst ipykernel altair pandas
       - name: Build static HTML
         run: |
-          . ./env/bin/activate
+          . .env/bin/activate
           myst build --execute --html
       - name: Copy files
         run: |