Skip to content

Commit

Permalink
try tilde
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyward committed Aug 16, 2024
1 parent bf3b8bd commit c51b2e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-sample-add-ons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
# TODO: run this in a loop when there are multiple samples.
steps:
Expand All @@ -43,11 +43,11 @@ jobs:
- run: npm run build
working-directory: addons-web-sdk/hello-world
deploy:
runs-on: ubuntu-latest
needs: build
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './addons-web-sdk/hello-world/dist/'
path: '~/addons-web-sdk/hello-world/dist/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit c51b2e8

Please sign in to comment.