Skip to content

Commit

Permalink
test docs gen
Browse files Browse the repository at this point in the history
Differential Revision: D52850584
  • Loading branch information
henrylhtsang authored and facebook-github-bot committed Jan 17, 2024
1 parent 4a5dd65 commit 7a71f60
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,9 +1,7 @@
# 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:
Expand Down Expand Up @@ -78,6 +76,8 @@ jobs:
- name: Get output time
run: echo "The time was ${{ steps.build.outputs.time }}"
- name: Deploy
permissions:
contents: write
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7a71f60

Please sign in to comment.