From da35a712360e9187934acd315a0ff3df93373ba4 Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Mon, 16 Dec 2024 17:14:31 -0600 Subject: [PATCH] style: format with prettier --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5a0e6b4..034cab0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,7 +23,8 @@ jobs: env: PUBLIC_MAPTILER_KEY: ${{ secrets.PUBLIC_MAPTILER_KEY }} PUBLIC_GITHUB_LINK: ${{ secrets.PUBLIC_GITHUB_LINK }} - PUBLIC_API_ENDPOINT__UNIVERISTY_OF_WATERLOO: ${{ secrets.PUBLIC_API_ENDPOINT__UNIVERISTY_OF_WATERLOO }} + PUBLIC_API_ENDPOINT__UNIVERISTY_OF_WATERLOO: + ${{ secrets.PUBLIC_API_ENDPOINT__UNIVERISTY_OF_WATERLOO }} - name: Publish uses: peaceiris/actions-gh-pages@v3 with: