Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Jan 13, 2025
1 parent 116f1ca commit 486f681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: '.build/docs'
path: '.build/docs-iOS'
- id: deployment
name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion package_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# You can customize this to fit your project when you copy these scripts.
# You can pass in a custom branch if you don't want to use the default one.

NAME="KeyboardKit"
NAME="SwiftUIKit"
DEFAULT_BRANCH="main"
BRANCH=${1:-$DEFAULT_BRANCH}
SCRIPT="scripts/version.sh"
Expand Down

0 comments on commit 486f681

Please sign in to comment.