Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralDragon committed May 10, 2023
1 parent 14cc488 commit 1ebca9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2

- name: Generate static site
run: swift run AdaEngineWebsite --deploy
run: swift run AdaEngineWebsite

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 1ebca9a

Please sign in to comment.