Merge branch 'develop' of https://github.com/avinal/Golden-Ratio-Image into develop

This commit is contained in:
avinal
2020-10-29 17:52:09 +05:30

View File

@@ -4,19 +4,15 @@ name: Generate and deploy docs
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: all
pull_request:
branches: all
on: [push, pull_request]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
update-readme:
name: Update the WakaTime Stat
update-docs:
name: Update readme
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: "java"