Skip to content

Commit

Permalink
Move Upload artifact to build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Dec 17, 2023
1 parent dceb15a commit 3625085
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
transform-for-static-hosting ${{ env.DERIVED_DATA_PATH }}Build/Products/Debug-iphoneos/${{ env.SCHEME }}.doccarchive
--output-path ${{ env.ARTEFACT_PATH }}
--hosting-base-path ${{ env.HOSTING_BASE_PATH }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ${{ env.ARTEFACT_PATH }}

deploy:
needs: update-docs
Expand All @@ -63,11 +68,6 @@ jobs:

runs-on: 'macos-13'
steps:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ${{ env.ARTEFACT_PATH }}

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
Expand Down

0 comments on commit 3625085

Please sign in to comment.