Skip to content

Commit

Permalink
test docs gen (pytorch#1637)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#1637

Differential Revision: D52850584
  • Loading branch information
henrylhtsang authored and facebook-github-bot committed Jan 17, 2024
1 parent 4a5dd65 commit 386afef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This workflow builds the torchrec docs and deploys them to gh-pages.
name: Generate documentation
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build_docs_job:
permissions:
contents: write
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 386afef

Please sign in to comment.