Skip to content

Commit

Permalink
Update compodoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Benji377 authored May 11, 2023
1 parent de8e99f commit 12b0bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache node modules
uses: actions/cache@v2
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Build doc
run: npm run compodoc
- name: Archive www Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: documentation
path: documentation
Expand All @@ -54,7 +54,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Download Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: documentation
path: documentation
Expand Down

0 comments on commit 12b0bd4

Please sign in to comment.