Skip to content

Commit

Permalink
chore(update): update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Feb 8, 2024
1 parent 1a0adb2 commit 6c06b50
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 6c06b50

Please sign in to comment.