Skip to content

Commit

Permalink
feat: attempt deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
markw-deriv committed Apr 26, 2024
1 parent 8717d2c commit 110bf9a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/update-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

permissions:
contents: read
contents: write

jobs:
build-deploy:
Expand Down Expand Up @@ -57,13 +57,6 @@ jobs:
git config user.name 'github-actions'
git config user.email '[email protected]'
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: static
clean: false

- name: Commit and Push Changes
run: |
mv dist static/2024-04-25
Expand All @@ -74,4 +67,3 @@ jobs:
branch: gh-pages
folder: static
clean: false

0 comments on commit 110bf9a

Please sign in to comment.