mirror of
https://github.com/avinal/Golden-Ratio-Image.git
synced 2026-01-10 23:28:34 +05:30
Merge branch 'develop' of https://github.com/avinal/Golden-Ratio-Image into develop
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -4,19 +4,15 @@ name: Generate and deploy docs
|
|||||||
|
|
||||||
# Controls when the action will run. Triggers the workflow on push or pull request
|
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||||
# events but only for the master branch
|
# events but only for the master branch
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: all
|
|
||||||
pull_request:
|
|
||||||
branches: all
|
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
update-readme:
|
update-docs:
|
||||||
name: Update the WakaTime Stat
|
name: Update readme
|
||||||
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: "java"
|
LANGUAGE: "java"
|
||||||
|
|||||||
Reference in New Issue
Block a user