Skip to content

Commit

Permalink
Pin workflow actions version
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Nicolae <[email protected]>
  • Loading branch information
anatolinicolae committed Feb 15, 2024
1 parent f9577d4 commit 57c57db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/notes-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4.0.2
with:
node-version: 18
cache: yarn
- name: Install all dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn docs:build
- uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
- uses: actions/configure-pages@v4.0.0
- uses: actions/upload-pages-artifact@v3.0.1
with:
path: .vitepress/dist
- name: Deploy
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4.0.4

0 comments on commit 57c57db

Please sign in to comment.