Skip to content

Commit

Permalink
Remove deploy to website step from workflow
Browse files Browse the repository at this point in the history
It fails because .pck is 150MB(>100MB limit on github)
  • Loading branch information
Kvel2D committed Jul 7, 2024
1 parent 588f4e5 commit 4e0596d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/github-actions-youtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,6 @@ jobs:
path: ${{ steps.export.outputs.archive_directory }}/*.zip
if-no-files-found: error

- name: deploy to github pages
if: steps.export.outcome == 'success'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.export.outputs.build_directory }}/web
cname: youtd2.com

- name: update youtd2-website
run: |
gh workflow run workflow-public.yml -f game_version=${{ needs.setup.outputs.version }} -R praytic/youtd2-website
env:
GH_TOKEN: ${{ secrets.YOUTD2_PAT_TOKEN }}

outputs:
tag_version: ${{ needs.setup.outputs.tag_version }}
commit_ref: ${{ needs.setup.outputs.commit_ref }}
Expand Down

0 comments on commit 4e0596d

Please sign in to comment.