Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 0xbentobyte <[email protected]>
  • Loading branch information
0xbentobyte authored Dec 31, 2024
1 parent e08c8b1 commit aaed5cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ jobs:
DOCU_NOTION_CONCEPT_ROOT_PAGE: ${{ secrets.DOCU_NOTION_CONCEPT_ROOT_PAGE }}
DOCU_NOTION_DEV_ROOT_PAGE: ${{ secrets.DOCU_NOTION_DEV_ROOT_PAGE }}
DOCU_NOTION_CONTRACTS_ROOT_PAGE: ${{ secrets.DOCU_NOTION_CONTRACTS_ROOT_PAGE }}
run: yarn pull
run: |
# Ensure docs directory structure exists
mkdir -p docs/concepts docs/dev docs/contracts
# Pull content from Notion
yarn pull
# Verify the structure
echo "Checking docs structure..."
ls -R docs/
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit aaed5cd

Please sign in to comment.