Skip to content

Commit

Permalink
update deploy gh pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarrajo committed Dec 9, 2024
1 parent 4b9b4aa commit f06dea7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: |
npm install
npm run build
env:
CADENCE_DOCS_URL: ${{ vars.CADENCE_DOCS_URL }}
CADENCE_DOCS_BASE_URL: ${{ vars.CADENCE_DOCS_BASE_URL }}
CADENCE_DOCS_ORGANIZATION: ${{ vars.CADENCE_DOCS_ORGANIZATION }}

# additional steps to deploy
- name: Configure domain
Expand Down

0 comments on commit f06dea7

Please sign in to comment.