From 802ce122d9f91d930d8f4327f4dfe9b23a781129 Mon Sep 17 00:00:00 2001 From: W2Wizard Date: Tue, 8 Oct 2024 17:51:42 +0200 Subject: [PATCH] Update README.md --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index 34b7e93..cb190fa 100644 --- a/web/README.md +++ b/web/README.md @@ -141,7 +141,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: './web' + path: './web' # <= Set this variable to the directory relative to the root of the repo. - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4