From c31ca53ee648f8d0400857105b2dd3564f8ba9b4 Mon Sep 17 00:00:00 2001 From: Avinal Kumar <185067@nith.ac.in> Date: Thu, 29 Oct 2020 19:05:23 +0530 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29fe9d2..7ea35e2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,10 +16,10 @@ jobs: name: Update the WakaTime Stat runs-on: ubuntu-latest steps: - - uses: avinal/github-pages-deploy-action@master + - uses: avinal/github-pages-deploy-action@main with: GITHUB_TOKEN: ${{ github.token }} - LANGUAGE: "python" + LANGUAGE: "python3 python3-setuptools python3-wheel" MAKE_COMMAND: "make theme && make html" PAGES_BRANCH: "gh-pages" BUILD_FROM: "main"