Skip to content

Commit

Permalink
first-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMajdoubraed committed Jun 18, 2024
0 parents commit 54612dd
Show file tree
Hide file tree
Showing 230 changed files with 35,329 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Deploy static site to GitHub Pages

on:
push:
branches:
- main # Set this to your default branch

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout the repository
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '14'

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.sass-cache
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
}
1 change: 1 addition & 0 deletions 2018/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# AWS Community Day, Tunisia 2018
Loading

0 comments on commit 54612dd

Please sign in to comment.