Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flameshikari committed Sep 9, 2024
1 parent 97adff8 commit aee8394
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ on:
branches:
- master


jobs:
prepate:
prepare:
name: Prepare
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v4

- name: Upload an artifact for GitHub Pages
- name: Upload to Artifacts
uses: actions/upload-pages-artifact@v3
with:
path: src
Expand All @@ -32,7 +29,6 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:

- name: Deploy the repo to GitHub Pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit aee8394

Please sign in to comment.