diff --git a/app/unself/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/configuration/.gitkeep b/.github/.gitkeep similarity index 100% rename from app/unself/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/configuration/.gitkeep rename to .github/.gitkeep diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index cfa53243a..a28339211 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -21,7 +21,7 @@ jobs: contents: write defaults: run: - working-directory: page/doc + working-directory: docs steps: - uses: actions/checkout@v3 @@ -29,7 +29,7 @@ jobs: with: node-version: 18 cache: yarn - cache-dependency-path: page/doc/yarn.lock + cache-dependency-path: docs/yarn.lock - name: Install dependencies run: yarn install --frozen-lockfile @@ -44,7 +44,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} # Build output to publish to the `gh-pages` branch: - publish_dir: ./page/doc/build + publish_dir: ./docs/build # The following lines assign commit authorship to the official # GH-Actions bot for deploys to `gh-pages` branch: # https://github.com/actions/checkout/issues/13#issuecomment-724415212 diff --git a/README.md b/README.md index 0897ea468..9b82dfaae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- - + +