1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

Update publish.yml

This commit is contained in:
Avinal Kumar
2020-10-29 19:05:23 +05:30
committed by GitHub
parent edd9389eab
commit c31ca53ee6
+2 -2
View File
@@ -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"