Skip to content

Commit

Permalink
Merge branch 'main' into loading-and-running-draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobusmmsmit authored Jul 8, 2023
2 parents 88a3374 + ada230b commit a9e0749
Show file tree
Hide file tree
Showing 329 changed files with 2,931 additions and 236 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ on:
push:
branches:
- main
- master
pull_request:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
__site/
_libs/
.DS_Store
node_modules/
package-lock.json
Expand Down
Binary file removed _assets/favicon.png
Binary file not shown.
1 change: 0 additions & 1 deletion _assets/hamburger.svg

This file was deleted.

Binary file removed _assets/rndimg.jpg
Binary file not shown.
190 changes: 0 additions & 190 deletions _css/basic.css

This file was deleted.

Loading

0 comments on commit a9e0749

Please sign in to comment.