From 5378e6459c7c83eeefd83b4200e4970709486805 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 14 Apr 2023 14:56:04 +0200 Subject: [PATCH] typofix website.yml --- .github/workflows/website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index eaf28fd..16cbc40 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -17,5 +17,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./doc + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./doc