Skip to content

Commit

Permalink
Remove dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Nov 10, 2023
1 parent c4920e5 commit 992778c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ jobs:
port: ${{ secrets.ftp_port }}
local-dir: './build/'
server-dir: 'public_html/2024.mcbios.com/'
dry-run: true
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# MCBIOS 2024 Conference Site - created with [svelte](https://github.com/sveltejs/svelte)

[<img alt="Deployed with FTP Deploy Action" src="https://img.shields.io/badge/Deployed With-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=0077b6">](https://github.com/SamKirkland/FTP-Deploy-Action)

Welcome to the home of the 2024 MCBIOS Conference.

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
Once you've created a project and installed dependencies with `npm install`, start a development server:

```bash
npm run dev
Expand Down

0 comments on commit 992778c

Please sign in to comment.