Skip to content

Commit

Permalink
Merge pull request #15 from pica-labs/gh-pages
Browse files Browse the repository at this point in the history
fix: lock file in docs
  • Loading branch information
d1pankarmedhi authored May 15, 2024
2 parents adfe5bf + d34dc2f commit c413496
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ on:

jobs:
build:

name: Build Docusaurus
runs-on: ubuntu-latest

defaults:
run:
working-directory: docs

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -51,6 +57,10 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest

defaults:
run:
working-directory: docs
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit c413496

Please sign in to comment.