diff --git a/.github/actions/publish_pages/action.yml b/.github/actions/publish_pages/action.yml index a8b29c2a2..0626bc9f3 100644 --- a/.github/actions/publish_pages/action.yml +++ b/.github/actions/publish_pages/action.yml @@ -21,12 +21,12 @@ runs: --output-path ./docs \ --transform-for-static-hosting \ --hosting-base-path ${{ inputs.base_path }}; + - name: Upload artifact - shell: bash - uses: actions/upload-pages-artifact@v1 - with: - path: 'docs' + uses: actions/upload-artifact@v2 + with: + path: docs + - name: Deploy to GitHub Pages - shell: bash id: deployment uses: actions/deploy-pages@v1 \ No newline at end of file diff --git a/.github/workflows/flare.yml b/.github/workflows/flare.yml index 70e4f93fd..4d3a2813a 100644 --- a/.github/workflows/flare.yml +++ b/.github/workflows/flare.yml @@ -5,15 +5,15 @@ on: branches: - main - dev - pull_request: - paths: - - '.swiftlint.yml' - - ".github/workflows/**" - - "Package@swift-5.7.swift" - - "Package@swift-5.8.swift" - - "Package.swift" - - "Source/Flare/**" - - "Tests/**" + # pull_request: + # paths: + # - '.swiftlint.yml' + # - ".github/workflows/**" + # - "Package@swift-5.7.swift" + # - "Package@swift-5.8.swift" + # - "Package.swift" + # - "Source/Flare/**" + # - "Tests/**" jobs: macOS: diff --git a/.github/workflows/flare_ui.yml b/.github/workflows/flare_ui.yml index 306d3012e..e4734800c 100644 --- a/.github/workflows/flare_ui.yml +++ b/.github/workflows/flare_ui.yml @@ -5,15 +5,15 @@ on: branches: - main - dev - pull_request: - paths: - - '.swiftlint.yml' - - ".github/workflows/**" - - "Package@swift-5.7.swift" - - "Package@swift-5.8.swift" - - "Package.swift" - - "Source/FlareUI/**" - - "Tests/FlareUITests/**" + # pull_request: + # paths: + # - '.swiftlint.yml' + # - ".github/workflows/**" + # - "Package@swift-5.7.swift" + # - "Package@swift-5.8.swift" + # - "Package.swift" + # - "Source/FlareUI/**" + # - "Tests/FlareUITests/**" jobs: macOS: