Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
warioddly authored Dec 4, 2023
1 parent a79f6be commit 5f17c9e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,9 @@ jobs:
- name: Show files in the current directory
run: ls

deploy:
runs-on: ubuntu-latest
needs: build

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Show files in the current directory
run: ls

- name: Show files in the current directory
run: ls ./src

- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand All @@ -51,3 +40,5 @@ jobs:
user_email: 'github-actions[bot]@users.noreply.github.com'
commit_message: 'Publish to gh-pages'



0 comments on commit 5f17c9e

Please sign in to comment.