Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Mar 15, 2023
1 parent 791f78d commit a473e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
--transform-for-static-hosting \
--hosting-base-path HPNetwork \
--output-path ./docs
echo "<script>window.location.href += \"/documentation/hpnetwork\"</script>" > docs/index.html
echo "<script>window.location.href += \"documentation/hpnetwork\"</script>" > docs/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
runs-on: macos-latest

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
- uses: actions/checkout@v2
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit a473e00

Please sign in to comment.