Skip to content

Commit

Permalink
Ensure CNAME file is copied over to built docs site
Browse files Browse the repository at this point in the history
The github action that deploys the docs site tries to create a CNAME file in a
directory that doesn't yet exist, and fails. Alternative is to just create a
CNAME file in 'documentation/docs', where it will be copied over to the final site.
  • Loading branch information
istride committed Oct 2, 2024
1 parent c0cdce2 commit 58ac571
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/documentation-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:
uses: mhausenblas/mkdocs-deploy-gh-pages@e55ecab6718b449a90ebd4313f1320f9327f1386
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: open-app-builder.com
CONFIG_FILE: documentation/mkdocs.yml
REQUIREMENTS: documentation/requirements.txt
File renamed without changes.

0 comments on commit 58ac571

Please sign in to comment.