Skip to content

Commit

Permalink
fix(ci): broken yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akanoce committed Jan 20, 2024
1 parent 3223c82 commit dbdd6c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
name: Pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
Expand All @@ -35,8 +35,7 @@ jobs:
- name: Use Node from .nvmrc
uses: actions/setup-node@v3
with:
with:
node-version: '.nvmrc'
node-version: '.nvmrc'
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit dbdd6c3

Please sign in to comment.