Commit 78a3017c authored by Jonathan Lee's avatar Jonathan Lee Committed by aborovova@mozilla.com
Browse files

Bug 1966463 [wpt PR 52541] - Revert "REVERTME: dry-run documentation workflow",

Automatic update from web-platform-tests
Revert "REVERTME: dry-run documentation workflow"

This reverts commit 7d7982c38b540a78fcf0824d0d36e27352c15a8f.

Looks like the original commit, which stops building docs on `master`,
was only for testing and not meant to be landed.

--

wpt-commits: f55981cb31cb3f34ddc5feccff3ffe7f53e43422
wpt-pr: 52541

Differential Revision: https://phabricator.services.mozilla.com/D250194
parent fe316013
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2,7 +2,11 @@ name: documentation
on:
  push:
    branches:
      - ubuntu-24.04
      - master
    paths:
      - 'docs/**'
      - 'resources/**'
      - 'tools/**'
  pull_request:
    paths:
      - 'docs/**'
@@ -30,4 +34,4 @@ jobs:
      - name: Run website_build.sh
        run: ./tools/ci/website_build.sh
        env:
          DEPLOY_TOKEN: dummy
          DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}