Skip to content

Commit

Permalink
attempt to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaturtlesandwich committed Aug 27, 2023
1 parent 274a237 commit 49de785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy mdBook
name: deploy site
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: XAMPPRocky/deploy-mdbook@v1.1
Expand Down

0 comments on commit 49de785

Please sign in to comment.