Skip to content

Commit

Permalink
Revert "Squashed changes from NVIDIA#1475."
Browse files Browse the repository at this point in the history
This reverts the changes merged from NVIDIA#1475 so they can be retested.
  • Loading branch information
alliepiper committed Jan 25, 2022
1 parent df5aa30 commit 4d657ac
Show file tree
Hide file tree
Showing 270 changed files with 3,288 additions and 5,189 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/deploy-documentation-github-pages.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/mirror-main-branch-to-master-branch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- "main"

jobs:
mirror-main-branch-to-master-branch:
Expand All @@ -12,6 +12,6 @@ jobs:
id: mirror
uses: google/mirror-branch-action@v1.0
with:
source: main
dest: master
source: "main"
dest: "master"
github-token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.log
.p4config
doc/html
discrete_voronoi.pgm
*build*/
.idea/
Loading

0 comments on commit 4d657ac

Please sign in to comment.