mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
Update publish.yml
This commit is contained in:
@@ -16,10 +16,10 @@ jobs:
|
|||||||
name: Update the WakaTime Stat
|
name: Update the WakaTime Stat
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: avinal/github-pages-deploy-action@master
|
- uses: avinal/github-pages-deploy-action@main
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
LANGUAGE: "python"
|
LANGUAGE: "python3 python3-setuptools python3-wheel"
|
||||||
MAKE_COMMAND: "make theme && make html"
|
MAKE_COMMAND: "make theme && make html"
|
||||||
PAGES_BRANCH: "gh-pages"
|
PAGES_BRANCH: "gh-pages"
|
||||||
BUILD_FROM: "main"
|
BUILD_FROM: "main"
|
||||||
|
|||||||
Reference in New Issue
Block a user