Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ad-hoc): fix documentation deploy #153

Merged
merged 3 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/bootstrap-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ runs:
echo "$CONSTANTS" > Tests/ProcessOutTests/Resources/Constants.yml
echo "$CONSTANTS" > Example/Example/Resources/Constants.yml
shell: bash
- name: Select Xcode Version
run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer'
shell: bash
- name: Bootstrap Project
run: ./Scripts/BootstrapProject.sh --skip-bundle-instal
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Build Documentation
run: source Scripts/CreateDocumentation.sh
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: 'Docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2