diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 101d192..fdbd891 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,5 +19,5 @@ jobs: exclude_assets: ".github,.gitignore,.npmrc,Assets.xcassets,Info.plist,Launch Screen.storyboard,Preview Assets.xcassets,Tailbone.xcodeproj,TailboneApp.swift,_headers,manifest.webmanifest,media,netlify.toml,node_modules,package.json,readme.md,yarn.lock" force_orphan: true github_token: ${{ secrets.GITHUB_TOKEN }} - publish_branch: www + publish_branch: gh-pages publish_dir: ./_site