Skip to content

Commit 16ad0f1

Browse files
feat: add Giscus configuration variables to GitHub Actions workflow
1 parent 4f8bbe9 commit 16ad0f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
EXPORT: 1
4040
UNOPTIMIZED: 1
4141
BASE_PATH: ${{ steps.configurepages.outputs.base_path }}
42+
NEXT_PUBLIC_GISCUS_REPO: ${{ vars.NEXT_PUBLIC_GISCUS_REPO }}
43+
NEXT_PUBLIC_GISCUS_REPOSITORY_ID: ${{ vars.NEXT_PUBLIC_GISCUS_REPOSITORY_ID }}
44+
NEXT_PUBLIC_GISCUS_CATEGORY: ${{ vars.NEXT_PUBLIC_GISCUS_CATEGORY }}
45+
NEXT_PUBLIC_GISCUS_CATEGORY_ID: ${{ vars.NEXT_PUBLIC_GISCUS_CATEGORY_ID }}
4246
- uses: actions/upload-pages-artifact@v3
4347
with:
4448
path: ./out

0 commit comments

Comments
 (0)