diff --git a/.github/workflows/first-workflow.yml b/.github/workflows/first-workflow.yml deleted file mode 100644 index 8c17a08..0000000 --- a/.github/workflows/first-workflow.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: First_workflow -on: - push: - branches: - - main - # workflow_dispatch -jobs: - first-job: - runs-on: ubuntu-latest - steps: - - name: Print greetings - run: echo "Hello World" - - name: Print Goodbye - run: | - echo "This is my first GitHub Action" - echo "Workflow executed successfully" \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 5689bfe..0000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -This is my index.html page \ No newline at end of file