Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Keene committed Nov 27, 2023
1 parent 42d7b22 commit 14bc54d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- issue/1255-host_js_docs
workflow_run:
workflows: ['Deploy Tracker']
types:
- completed
permissions:
contents: write

Expand Down
2 changes: 1 addition & 1 deletion api-docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Find the documentation for both in the [Web trackers](https://docs.snowplow.io/d
## Server-side tracking
Track events in server-side Node.js environments using the Node.js Tracker (v3). Used via npm.

Find the documentation in the [Node.js tracker](https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/javascript-trackers/node-js-tracker/index.md) section.
Find the documentation in the [Node.js tracker](https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/javascript-trackers/node-js-tracker) section.


0 comments on commit 14bc54d

Please sign in to comment.