mirror of
https://github.com/avinal/Golden-Ratio-Image.git
synced 2026-01-10 07:08:33 +05:30
Merge branch 'develop' of https://github.com/avinal/Golden-Ratio-Image into develop
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -4,23 +4,19 @@ 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"
|
||||
MAKE_COMMAND: "make html"
|
||||
PAGES_BRANCH: "gh-pages"
|
||||
BUILD_FROM: "develop"
|
||||
DOCS_FOLDER: "output"
|
||||
DOCS_FOLDER: "output"
|
||||
|
||||
Reference in New Issue
Block a user