Skip to content

Commit

Permalink
Merge pull request #579 from input-output-hk/filip/feat/docusaurus-im…
Browse files Browse the repository at this point in the history
…plementation

filip(fix): pipeline name change
  • Loading branch information
fstoqnov-iohk authored Mar 19, 2024
2 parents 5976bb0 + 21dda72 commit 9fb7cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Production deployment
on:
push:
branches:
- main
- master

env:
NEXT_TELEMETRY_DISABLED: 1
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 'main'
ref: 'master'
- uses: amondnet/vercel-action@v25.1.1
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/sync-master.yml

This file was deleted.

1 comment on commit 9fb7cf1

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cardano-documentation ready!

✅ Preview
https://cardano-documentation-bd7w8zy4r-iog.vercel.app
https://cardano-documentation.vercel.app

Built with commit 9fb7cf1.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.