Skip to content

Commit

Permalink
Merge pull request #36 from ecosoft-odoo/15.0-xx
Browse files Browse the repository at this point in the history
Rename file name of github workflow
  • Loading branch information
newtratip authored Sep 1, 2023
2 parents 4f63cbc + d33e78c commit 6bdfafe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/delete_unmerged_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
worker:
if: ${{ github.event.pull_request.merged_at == '' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: delete-unmerged-branch
uses: actions/github-script@v6
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Markdown Cheatsheet:
**Note:**

* The `site` folder is ignored by `.gitignore`
* Just push to 15.0 branch, github action in `.github/workflows/build_docs.yml` will auto generate `site` folder into branch `gh-pages`.
* Just push to 15.0 branch, github action in `.github/workflows/build_document_template.yml` will auto generate `site` folder into branch `gh-pages`.
* If you enable **Github Pages** on branch `gh-pages`, you will get the document site at `https://<my_account>.github.io/<my_project>`

**Remarks:**
Expand Down

0 comments on commit 6bdfafe

Please sign in to comment.