Skip to content

Commit

Permalink
Try fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 14, 2024
1 parent 0150712 commit 1f10bfc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/website_build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Website Build
name: Build and Deploy Website

on:
push:
Expand Down Expand Up @@ -39,8 +39,6 @@ jobs:
-cvf "$RUNNER_TEMP/artifact.tar" \
.
echo ::endgroup::
env:
INPUT_PATH: ${{ inputs.path }}
- name: Upload artifact
id: upload-artifact
Expand All @@ -53,7 +51,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
path: ./website/dist
name: 'github-pages'
uses: actions/deploy-pages@v4

0 comments on commit 1f10bfc

Please sign in to comment.