Skip to content

Commit

Permalink
move all extra files to spec folder
Browse files Browse the repository at this point in the history
  • Loading branch information
UmbrellaLeaf5 committed May 9, 2024
1 parent b63bdf3 commit cbec099
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions unit_circle.html → .extra/GeoGebra/unit_circle.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<iframe src="https://www.geogebra.org/calculator/njbutzru?embed" width="800"
height="100%" allowfullscreen
<iframe src="https://www.geogebra.org/calculator/njbutzru?embed"
width="100%"
height="100%"
allowfullscreen
style="border: 1px solid #e4e4e4;border-radius: 4px;"
frameborder="0">
</iframe>
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:

- name: Install Doxygen
run: |
chmod +x install_doxygen.sh
./install_doxygen.sh
chmod +x .extra/doxygen/install_doxygen.sh
./.extra/doxygen/install_doxygen.sh
- name: Install Graphviz
run: sudo apt install graphviz

- name: Run Doxygen
run: doxygen doxyfile
run: doxygen .extra/doxygen/doxyfile

- name: Upload Docs
uses: actions/upload-pages-artifact@v3
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ compile_commands.json
*creator.user*

# Folders
build
.vscode
doxygen
build/*
.vscode/*
doxygen/*

0 comments on commit cbec099

Please sign in to comment.