diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7c41961..8a12ac8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,9 +4,6 @@ on: push: branches: - master - pull_request: - branches: - - master workflow_dispatch: jobs: @@ -18,7 +15,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Setup Node + - name: Set up Node uses: actions/setup-node@v4 with: node-version: 20 diff --git a/docs/test/cool.md b/docs/test/cool.md new file mode 100644 index 0000000..c1a7e97 --- /dev/null +++ b/docs/test/cool.md @@ -0,0 +1 @@ +This is a cool testing page. \ No newline at end of file