Fix PR validation
diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml
index 5bc6303..96953e0 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -15,13 +15,8 @@
         with:
           node-version: '14.x'
 
-      - name: Build website
-        run: |
-          npm install
-          npm run build-website
-
       - name: Build documentation
         run: |
-          cd documentation/website
+          cd website-v2
           npm install
-          npm run build
\ No newline at end of file
+          npm run build