Skip to content

Commit

Permalink
update docs and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanmehrotra committed Dec 7, 2023
1 parent 307377f commit a695a92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Pull Website Package
run: |
docker pull ghcr.io/gofr-dev/website:workflow-package
- name: Login to GCR
uses: docker/login-action@v1
with:
Expand Down
1 change: 0 additions & 1 deletion docs/v1/references/configs/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ number of configurations can be added to the application.

**CORS**


| Config Name | Description |
| -------------------------------- | -------------------------------------------- |
| **Access-Control-Allow-Headers** | Defines the allowed HTTP headers for CORS. |
Expand Down

0 comments on commit a695a92

Please sign in to comment.