Skip to content

Commit

Permalink
Merge pull request #50 from intergral/build_actions
Browse files Browse the repository at this point in the history
Build actions
  • Loading branch information
Umaaz authored Feb 8, 2024
2 parents 0b1a689 + 6c06b50 commit dda694e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
name: helm_index
- run: cp index.yaml _site/index.yaml
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

deploy:
needs: build_docs
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: https://intergral.github.io/deep-helm/
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit dda694e

Please sign in to comment.