diff --git a/.github/workflows/clift.yml b/.github/workflows/clift.yml new file mode 100644 index 000000000..75483e80d --- /dev/null +++ b/.github/workflows/clift.yml @@ -0,0 +1,19 @@ +name: Deploy Site + +on: + workflow_dispatch: + push: + branches: + - main + +permissions: + id-token: write # This is required for requesting the JWT + contents: read # This is required for actions/checkout + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/FifthTry/clift/main/install.sh)" + - run: clift upload