Skip to content

Commit

Permalink
Merge pull request #3 from tfobz/master
Browse files Browse the repository at this point in the history
action update
  • Loading branch information
Chris3444 authored May 18, 2023
2 parents 933b39a + 6d3c246 commit 4ef5e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
name: documentation
path: documentation
- name: Deploy to github pages
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.COMPODOC_GITHUB_PAGES_TOKEN }}
BRANCH: angular-docu # The branch the action should deploy to.
Expand Down

0 comments on commit 4ef5e4a

Please sign in to comment.