Skip to content
Closed

Test pr #1611

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches: "main"
types: ['opened', 'synchronize', 'reopened', 'closed']

permissions:
pull-requests: write

jobs:
deploy-preview:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.head.repo.fork }}
name: Build and deploy
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# The Fermyon developer website

test!

Prerequisites to run the website locally:

- [npm and node](https://docs.npmjs.com/cli/v8/configuring-npm/install)
Expand Down
Loading