Skip to content

Commit

Permalink
Merge pull request #349 from aversini/docs-I-cannot-stand-GitHub-actions
Browse files Browse the repository at this point in the history
docs: I cannot stand GitHub actions
  • Loading branch information
aversini authored Feb 25, 2024
2 parents 106d658 + 21e0559 commit 3534620
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ concurrency:

jobs:
deploy:
if: ${{ !contains(github.ref_name, 'no-deploy') }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -38,7 +37,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
echo ${{ github.event }}
corepack enable
pnpm install
npx lerna run build --ignore @versini/documentation
Expand Down

0 comments on commit 3534620

Please sign in to comment.