Skip to content

Commit

Permalink
Combine
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 30, 2025
1 parent 4f259ab commit 9fe0406
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
docs-directory: /home/runner/work/kokkos-core-wiki/kokkos-core-wiki/docs

url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
Expand All @@ -26,15 +26,6 @@ jobs:
uses: actions/[email protected]
with:
path: ${{ env.docs-directory }}/generated_docs

deploy:
if: ${{ github.ref == 'refs/heads/main' }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/[email protected]

0 comments on commit 9fe0406

Please sign in to comment.