Skip to content

Commit

Permalink
i#4111 web: Remove deployment to dynamorio_docs
Browse files Browse the repository at this point in the history
The dynamorio_docs repository has been deleted and we now only deploy
embedded docs to the dynamorio.github.io repository.

Issue: #4111
  • Loading branch information
derekbruening committed Mar 21, 2021
1 parent 894cd37 commit 1a32cf0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,6 @@ jobs:
DEPLOY_DOCS: yes
DYNAMORIO_CROSS_AARCHXX_LINUX_ONLY: no

# XXX i#4111: Delete this step and the dynamorio_docs repository once
# we're happy with the embedded version.
- name: Deploy Standalone Docs
uses: crazy-max/ghaction-github-pages@v2
with:
build_dir: html
repo: DynamoRIO/dynamorio_docs
target_branch: master
env:
# We need a personal access token for write access to another repo.
GH_PAT: ${{ secrets.DOCS_TOKEN }}

- name: Check Out Web
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 1a32cf0

Please sign in to comment.