Skip to content

Commit

Permalink
ci: copy artifacthub-repo.yml to gh-pages during docs build
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Apr 19, 2024
1 parent c5ecaaf commit 4c22313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ jobs:
submodules: true
sparse-checkout: |
index.yaml
artifacthub-repo.yml
ref: 'gh-pages'
path: 'gh-pages'

- name: Build
run: |
mkdocs build --clean
cp ./gh-pages/index.yaml ./site/
cp ./gh-pages/* ./site/
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 4c22313

Please sign in to comment.