Skip to content

Commit

Permalink
Move the EnhancedDocs project id to secrets (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
  • Loading branch information
franciscodr and nomisRev committed Jul 3, 2023
1 parent 57ed1df commit 6e80aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
api-key: ${{ secrets.ENHANCEDOCS_API_KEY }}

- name: Update Docs
run: enhancedocs alpha sources web --project 6442ad83351c12aba70adc49 https://arrow-kt.io
run: enhancedocs alpha sources web --project ${{ secrets.ENHANCEDOCS_PROJECT_ID }} https://arrow-kt.io

0 comments on commit 6e80aef

Please sign in to comment.