Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1607 from allisonvacanti/revert_1475
Browse files Browse the repository at this point in the history
Revert "Squashed changes from #1475."
  • Loading branch information
alliepiper authored Jan 25, 2022
2 parents df5aa30 + 4d657ac commit f80c77b
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 f80c77b

Please sign in to comment.