Skip to content

Commit

Permalink
Update build-wam.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Jan 25, 2023
1 parent 611b4df commit 4095ad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
persist-credentials: false

- name: setup python3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
architecture: 'x64'

- name: Setup Emscripten
uses: mymindstorm/setup-emsdk@v7
- uses: mymindstorm/setup-emsdk@v11
with:
actions-cache-folder: 'emsdk'

Expand All @@ -56,7 +56,7 @@ jobs:
path: ${{env.PROJECT_NAME}}/build-web

- name: Publish to pages
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
BASE_BRANCH: master
Expand Down

0 comments on commit 4095ad7

Please sign in to comment.