Skip to content

Commit

Permalink
ESDOC workflow Node.js update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Feb 13, 2024
1 parent c118321 commit b5b81dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build and deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dependencies
run: |
npm install -g \
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
id: push_directory
uses: meeseOS/github-action-push-to-another-repository@v1.6
env:
API_TOKEN_GITHUB: ${{ secrets.MANUAL_REPO_PAT }}
API_TOKEN_GITHUB: ${{ secrets.GH_AUTH_TOKEN }}
with:
source-directories: |
frontend/client/doc
Expand Down

0 comments on commit b5b81dc

Please sign in to comment.