Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrepol742 committed Nov 17, 2023
1 parent dbc1fa4 commit 6604c09
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 130 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/deployment.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/html5validator.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/index.yml

This file was deleted.

37 changes: 37 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Deploy static content to Pages

on:
push:
branches: ["master"]
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Download Dependecies
uses: |
composer install
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/arduino-programs
*.class
/obfuscate/node_modules
/vendor

0 comments on commit 6604c09

Please sign in to comment.