Skip to content

Commit

Permalink
Go for OCA
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk authored and etobella committed Nov 7, 2023
1 parent 9582443 commit 0b4f69f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Requirment
run: pip install https://github.com/OCA-devel/repo-maintainer/archive/master.zip
run: pip install https://github.com/OCA/repo-maintainer/archive/master.zip
- name: Generate RST
run: oca-repo-pages --org $GITHUB_REPOSITORY_OWNER --conf-dir conf --path docsource
- name: Generate docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.10"
- name: Install requirements
run: pip install pip install https://github.com/OCA-devel/repo-maintainer/archive/master.zip
run: pip install pip install https://github.com/OCA/repo-maintainer/archive/master.zip
- name: Manage repositories
run:
oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.ACTION_ORG_TOKEN}} --conf-dir ./conf
oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.GIT_PUSH_TOKEN}} --conf-dir ./conf

0 comments on commit 0b4f69f

Please sign in to comment.