Skip to content

Commit

Permalink
[DOPS-660] updates ci with right teams and updates to latest github a…
Browse files Browse the repository at this point in the history
…ctions (#530)
  • Loading branch information
chilcano authored Feb 6, 2024
1 parent 25a05b2 commit 929ab7a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/documentation-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
permissions: read-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v3
- name: Checkout code
uses: actions/checkout@v4
- name: Setup nodejs
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: 16
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Clean the contracts directory
run: yarn clean
working-directory: packages/contracts/
- name: Generate Docs
- name: Generate docs
run: yarn run docgen
working-directory: packages/contracts/
- name: Remove Framework Lifecycle docs
Expand All @@ -31,7 +32,7 @@ jobs:
- name: Format with prettier
run: yarn run prettier 'packages/contracts/docs/developer-portal/03-reference-guide/**/*.md' --write
- name: Checkout developer-portal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: aragon/developer-portal
ref: staging
Expand All @@ -56,4 +57,4 @@ jobs:
title: Update the Aragon OSx docs
body: 'Automated update by Github actions (Run: [${{ github.run_id }}](https://github.com/aragon/osx/actions/runs/${{ github.run_id }}))'
reviewers: ${{ github.actor }}
team-reviewers: devrel
team-reviewers: Ara-Team-OSX

0 comments on commit 929ab7a

Please sign in to comment.