Skip to content

Commit

Permalink
feat: change name to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matifandy8 committed Oct 16, 2023
1 parent 7ca6334 commit 3b1f257
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
@@ -1,30 +0,0 @@
name: Deploy Website

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Deploy Website
run: |
mkdir website_temp
cp -r website/* website_temp/
git checkout --orphan temp-branch
git reset -- *
mv website_temp/* ./
rm -r website_temp
git add .
git commit -m "Deploy website"
git branch -D main
git branch -m main
git push -f origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3b1f257

Please sign in to comment.