Skip to content

Commit

Permalink
fix: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Salzmann committed May 12, 2024
1 parent 1b2f8fd commit ad51730
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/deploy-now.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,18 @@ jobs:
npm ci
npm run build
- name: Deploy to Github-pages
# if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: docs
- name: Upload static files
uses: actions/upload-pages-artifact

- name: Deployment
uses: actions/deploy-pages

# - name: Deploy to Github-pages
# # if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
# uses: JamesIves/github-pages-deploy-action@4.1.5
# with:
# branch: gh-pages
# folder: docs

# - name: Deploy to IONOS
# if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
Expand Down

0 comments on commit ad51730

Please sign in to comment.