From faefc47ab4acc527f344c1498e4bc749014095e2 Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Tue, 12 Jul 2022 18:46:04 +0000 Subject: [PATCH] debugging actions is the best --- .github/workflows/gh-pages-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages-build.yml b/.github/workflows/gh-pages-build.yml index a13f37f..29b5120 100644 --- a/.github/workflows/gh-pages-build.yml +++ b/.github/workflows/gh-pages-build.yml @@ -15,7 +15,7 @@ jobs: - name: Build uses: TartanLlama/actions-eleventy@master with: - args: --config=config/eleventy.config.js + args: --config=config/eleventy.config.js --pathprefix='Front-end-Developer-Interview-Questions/' - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: