Update deploy_docs.yml to include framework setup steps #204
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: resolve | |
| on: | |
| push: | |
| branches: | |
| - "main" | |
| tags: | |
| - "!*" | |
| pull_request: | |
| branches: | |
| - "*" | |
| jobs: | |
| resolve: | |
| runs-on: macOS-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Build Package | |
| run: swift package resolve |